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

Side by Side Diff: manifests/site.pp

Issue 29784619: #11294 - Apply workaround for broken pip package in Debian "jessie" (Closed)
Patch Set: Created May 18, 2018, 12:28 a.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/adblockplus/manifests/legacy.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 include adblockplus::legacy
2
1 Cron { 3 Cron {
2 environment => hiera('cron::environment', []), 4 environment => hiera('cron::environment', []),
3 } 5 }
4 6
5 Exec { 7 Exec {
6 logoutput => 'on_failure', 8 logoutput => 'on_failure',
7 } 9 }
8 10
9 File { 11 File {
10 group => 'root', 12 group => 'root',
11 } 13 }
12 14
13 # Class['apt'] cannot yet be configured to update on-demand 15 # Class['apt'] cannot yet be configured to update on-demand
14 class {'apt': 16 class {'apt':
15 always_apt_update => ($environment != 'development'), 17 always_apt_update => ($environment != 'development'),
16 } 18 }
17
f.lopez 2018/05/18 01:28:48 please don't introduce unrelated changes
OLDNEW
« no previous file with comments | « no previous file | modules/adblockplus/manifests/legacy.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld