Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/filtermaster/manifests/init.pp

Issue 29329102: Issue 3091 - Integrate contentblockerlists with Puppet (Closed)
Patch Set: Created Oct. 13, 2015, 4:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « hiera/roles/filtermasterserver.yaml ('k') | modules/filtermaster/manifests/repo_download.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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':
« no previous file with comments | « hiera/roles/filtermasterserver.yaml ('k') | modules/filtermaster/manifests/repo_download.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld