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

Unified Diff: modules/base/manifests/init.pp

Issue 29339094: Issue 3574 - Introduce parameter $adblockplus::packages (Closed)
Patch Set: Created March 29, 2016, 10:28 a.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 | « modules/adblockplus/manifests/init.pp ('k') | modules/private-stub/hiera/base.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/base/manifests/init.pp
diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp
index ad09c04ba2eaab01791f32d4d5fdb311faf97ae7..99d5a208009b5a8521995f69e4a928f4ce7eb1a6 100644
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -2,10 +2,6 @@ class base ($zone='adblockplus.org') {
include postfix, ssh, stdlib
- package {['mercurial', 'vim', 'emacs', 'debian-goodies', 'htop']:
- ensure => present,
- }
-
class {'users':
stage => 'setup',
}
« no previous file with comments | « modules/adblockplus/manifests/init.pp ('k') | modules/private-stub/hiera/base.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld