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
This commit is contained in:
James E. Blair 2012-06-05 22:59:46 +00:00
parent ee980266f8
commit 4b97b6ef39
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class lodgeit {
"drizzle",
"python-mysqldb" ]
package { $packages: ensure => latest }
package { $packages: ensure => present }
package { 'SQLAlchemy':
provider => pip,