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

Unified Diff: modules/adblockplus/manifests/init.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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « manifests/site.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/init.pp
===================================================================
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -52,11 +52,6 @@
stage => 'runtime',
}
- # Class['apt'] cannot yet be configured to update on-demand
- class {'apt':
- always_apt_update => ($environment != 'development'),
- }
-
# Used as internal constant within adblockplus::* resources
$directory = '/var/adblockplus'
« no previous file with comments | « manifests/site.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld