Added support for custom templates in /srv/puppet/templates directory.
This commit is contained in:
parent
ed77786747
commit
42a3a74b7b
2 changed files with 5 additions and 1 deletions
|
@ -257,7 +257,8 @@ class puppet::server inherits puppet::client {
|
|||
Package["puppetmaster"], ],
|
||||
before => Service["puppetmaster"],
|
||||
}
|
||||
file { "/srv/puppet/files":
|
||||
file { [ "/srv/puppet/files",
|
||||
"/srv/puppet/templates" ]:
|
||||
ensure => directory,
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue