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

Delta Between Two Patch Sets: manifests/site.pp

Issue 29784619: #11294 - Apply workaround for broken pip package in Debian "jessie" (Closed)
Left Patch Set: Created May 18, 2018, 12:28 a.m.
Right Patch Set: #11294 - Address feedback from codereview Created May 18, 2018, 1:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | modules/adblockplus/manifests/legacy.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 include adblockplus::legacy 1 include adblockplus::legacy
2 2
3 Cron { 3 Cron {
4 environment => hiera('cron::environment', []), 4 environment => hiera('cron::environment', []),
5 } 5 }
6 6
7 Exec { 7 Exec {
8 logoutput => 'on_failure', 8 logoutput => 'on_failure',
9 } 9 }
10 10
11 File { 11 File {
12 group => 'root', 12 group => 'root',
13 } 13 }
14 14
15 # Class['apt'] cannot yet be configured to update on-demand 15 # Class['apt'] cannot yet be configured to update on-demand
16 class {'apt': 16 class {'apt':
17 always_apt_update => ($environment != 'development'), 17 always_apt_update => ($environment != 'development'),
18 } 18 }
19
LEFTRIGHT

Powered by Google App Engine
This is Rietveld