diff --git a/manifests/vpn_net.pp b/manifests/vpn_net.pp index 3f62a40..8910872 100644 --- a/manifests/vpn_net.pp +++ b/manifests/vpn_net.pp @@ -2,8 +2,6 @@ define tinc::vpn_net( $ensure = present, $connect_to_hosts = [], $connect_on_boot = true, - $hosts_source = 'absent', - $hosts_source_is_prefix = false, $key_source_path = 'absent', $tinc_interface = 'eth0', $tinc_internal_interface = 'eth1',