module-tinc/manifests/puppetmaster.pp
mh f55cfe6187 update tinc module to new stuff
* proper scoped var lookup
* use file_line instead of line
* use hiera instead of global $use_shorewall
* cleanup template
2012-02-09 16:13:23 +01:00

8 lines
201 B
Puppet

class tinc::puppetmaster($tinc_storage_path){
file{$tinc_storage_path:
ensure => directory,
owner => root, group => puppet, mode => '0660';
}
File_line<<| tag == 'tinc_hosts_file' |>>
}