puppet: Added new host specific file share where puppet has write acccess.
This commit is contained in:
parent
06eb2bdf9a
commit
5bb6659940
2 changed files with 7 additions and 2 deletions
|
@ -361,13 +361,14 @@ class puppet::server::common inherits puppet::client {
|
|||
}
|
||||
|
||||
file { [ "/srv/puppet/bucket",
|
||||
"/srv/puppet/reports", ]:
|
||||
"/srv/puppet/reports",
|
||||
"/srv/puppet/files/generated", ]:
|
||||
ensure => directory,
|
||||
mode => "0750",
|
||||
owner => $user,
|
||||
group => $group,
|
||||
seltype => $seltype,
|
||||
require => File["/srv/puppet"],
|
||||
require => [ File["/srv/puppet"], File["/srv/puppet/files"], ],
|
||||
}
|
||||
file { [ "/srv/puppet/files",
|
||||
"/srv/puppet/files/common",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue