BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/353756 )

Change subject: Add cron for anacron
......................................................................

Add cron for anacron

I thought that anacron installed cron when I tested manually, but
apparently it does not because cron is only recommended and not
required. We explicitly disable installation of recommended packages to
keep total install size down.

Change-Id: I4aef80ed767d978c172dfa3b6cf39ff88bb0d0f8
---
M puppet/modules/mwv/manifests/packages.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/56/353756/1

diff --git a/puppet/modules/mwv/manifests/packages.pp 
b/puppet/modules/mwv/manifests/packages.pp
index 0ea781b..4193c38 100644
--- a/puppet/modules/mwv/manifests/packages.pp
+++ b/puppet/modules/mwv/manifests/packages.pp
@@ -7,6 +7,7 @@
     require_package(
         'anacron',
         'build-essential',
+        'cron',
         'gdb',
         'python-dev',
         'ruby-dev',

-- 
To view, visit https://gerrit.wikimedia.org/r/353756
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4aef80ed767d978c172dfa3b6cf39ff88bb0d0f8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to