puppet: Added new host specific file share where puppet has write acccess.

This commit is contained in:
Timo Mkinen 2013-09-25 10:36:43 +03:00
parent 06eb2bdf9a
commit 5bb6659940
2 changed files with 7 additions and 2 deletions

View file

@ -5,3 +5,7 @@
[private]
path /srv/puppet/files/private/%H
allow *
[generated]
path /srv/puppet/files/generated/%H
allow *