fuel-library/deployment/puppet/nailgun/templates/rsyncd.conf.erb
Dima Shulyak 8deb78fa09 Add fuel plugins folder to rsync
implements: blueprint cinder-neutron-plugins-in-fuel
Change-Id: I1c48315f0944485f7379249abbe5802dc04e2b4e
2014-10-21 13:37:33 +00:00

13 lines
270 B
Plaintext

[puppet]
path = <%= @puppet_folder %>
read only = true
uid = 0
gid = 0
use chroot = no
[plugins]
path = /var/www/nailgun/plugins
read only = true
uid = 0
gid = 0
use chroot = no