OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |