this is a little helper class for the puppetmaster to be able to self organize the nodes
This commit is contained in:
parent
8095174d59
commit
a7e2e63e23
1 changed files with 8 additions and 0 deletions
8
manifests/puppetmaster.pp
Normal file
8
manifests/puppetmaster.pp
Normal 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' |>>
|
||||
}
|
Loading…
Reference in a new issue