diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp deleted file mode 100644 index 7b01d51..0000000 --- a/manifests/puppetmaster.pp +++ /dev/null @@ -1,8 +0,0 @@ -class tinc::puppetmaster($tinc_storage_path){ - file{$tinc_storage_path: - ensure => directory, - owner => root, group => puppet, mode => '0660'; - } - - File_line<<| tag == 'tinc_hosts_file' |>> -}