f55cfe6187
* proper scoped var lookup * use file_line instead of line * use hiera instead of global $use_shorewall * cleanup template
8 lines
201 B
Puppet
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' |>>
|
|
}
|