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

Side by Side Diff: modules/filtermaster/manifests/init.pp

Issue 5571831209656320: Fix admin email address (Closed)
Patch Set: Created Jan. 9, 2014, 10:44 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 class filtermaster { 1 class filtermaster {
2 Cron { 2 Cron {
3 environment => ['MAILTO=admin@adblockplus.org', 'PYTHONPATH=/opt/sitescripts '], 3 environment => ['MAILTO=admins@adblockplus.org', 'PYTHONPATH=/opt/sitescript s'],
4 } 4 }
5 5
6 class {'ssh': 6 class {'ssh':
7 custom_configuration => ' 7 custom_configuration => '
8 MaxSessions 50 8 MaxSessions 50
9 MaxStartups 50 9 MaxStartups 50
10 10
11 Match User rsync 11 Match User rsync
12 AllowTcpForwarding no 12 AllowTcpForwarding no
13 X11Forwarding no 13 X11Forwarding no
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 User['rsync'], 125 User['rsync'],
126 File['/home/rsync/update_repos.sh'] 126 File['/home/rsync/update_repos.sh']
127 ], 127 ],
128 minute => '8-58/10' 128 minute => '8-58/10'
129 } 129 }
130 130
131 class {'sitescripts': 131 class {'sitescripts':
132 sitescriptsini_source => 'puppet:///modules/filtermaster/sitescripts' 132 sitescriptsini_source => 'puppet:///modules/filtermaster/sitescripts'
133 } 133 }
134 } 134 }
OLDNEW
« no previous file with comments | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld