From bdd1f7afca5e9129353f61f3271f17e634cb5336 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 5 Jun 2012 22:59:46 +0000 Subject: [PATCH] Use unattended upgrades. Stop using latest for packages installed by puppet. This way, all system packages get updated, not just some random ones. The unattended-upgrades config will email root. It is configured for openstack servers and jenkins slaves, but not template hosts so that it doesn't interfere with spin-up. Also, fix some bits in the gerrit module that were causing continuous restarts on gerrit-dev. Install emacs. Change-Id: I51c9083ccd3669f284fce4b50c36a37a0cac92d8 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index ec29bc8..662074c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,7 +3,7 @@ class logrotate { package { "logrotate": - ensure => latest, + ensure => present, } file { "/etc/logrotate.d":