Index: modules/filtermaster/manifests/init.pp |
diff --git a/modules/filtermaster/manifests/init.pp b/modules/filtermaster/manifests/init.pp |
index 370ff9202f762d6a9b91a3341ee6e4fda29e79cd..17bb8dd04f36e0b787c55be43c38714b53c70da1 100755 |
--- a/modules/filtermaster/manifests/init.pp |
+++ b/modules/filtermaster/manifests/init.pp |
@@ -21,14 +21,7 @@ class filtermaster( |
concat::fragment {'sshd_user_rsync': |
target => 'sshd_config', |
order => '99', |
- content => ' |
- Match User rsync |
- AllowTcpForwarding no |
- X11Forwarding no |
- AllowAgentForwarding no |
- GatewayPorts no |
- ForceCommand rsync --server --sender -vltprz --delete-excluded . /home/rsync/generated/data/ |
- ' |
+ content => template('filtermaster/sshd_rsync.erb'), |
} |
user {'rsync': |