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

Side by Side Diff: manifests/site.pp

Issue 29463571: #1483 - Move declaration of apt class from abp module to site.pp (Closed)
Patch Set: Created June 12, 2017, 1:32 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/adblockplus/manifests/init.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 Cron { 1 Cron {
2 environment => hiera('cron::environment', []), 2 environment => hiera('cron::environment', []),
3 } 3 }
4 4
5 Exec { 5 Exec {
6 logoutput => 'on_failure', 6 logoutput => 'on_failure',
7 } 7 }
8 8
9 File { 9 File {
10 group => 'root', 10 group => 'root',
11 } 11 }
12 12
13 # Class['apt'] cannot yet be configured to update on-demand
14 class {'apt':
15 always_apt_update => ($environment != 'development'),
16 }
17
13 import 'nodes.pp' 18 import 'nodes.pp'
OLDNEW
« no previous file with comments | « no previous file | modules/adblockplus/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld