From 970ca27ceee0394e211d945ee0c8fd651f5749dd Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 4 Jan 2015 22:02:58 +0100 Subject: [PATCH] not anymore needed --- manifests/puppetmaster.pp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 manifests/puppetmaster.pp 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' |>> -}