diff --git a/deployment/puppet/nailgun/templates/rsyncd.conf.erb b/deployment/puppet/nailgun/templates/rsyncd.conf.erb index 3140afd35b..39a940f283 100644 --- a/deployment/puppet/nailgun/templates/rsyncd.conf.erb +++ b/deployment/puppet/nailgun/templates/rsyncd.conf.erb @@ -4,3 +4,10 @@ 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 \ No newline at end of file