this is a little helper class for the puppetmaster to be able to self organize the nodes

This commit is contained in:
mh 2010-12-30 14:27:07 +01:00
parent 8095174d59
commit a7e2e63e23

View file

@ -0,0 +1,8 @@
class tinc::puppetmaster($tinc_storage_path){
file{$tinc_storage_path:
ensure => directory,
owner => root, group => puppet, mode => '0660';
}
Line<<| tag == 'tinc_hosts_file' |>>
}