module-tinc/manifests/puppetmaster.pp

9 lines
201 B
ObjectPascal
Raw Normal View History

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