From d16b336f29b89ef86a54d1ecf2e9eaf446aec77b Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Wed, 17 Jul 2013 13:30:06 -0400 Subject: [PATCH] puppet: Remove duplicate python-boto package declaration (imported from commit ef3f8f73bc43363317be9b5875ed95e6fa13f4a3) --- servers/puppet/modules/humbug/manifests/postgres-common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/puppet/modules/humbug/manifests/postgres-common.pp b/servers/puppet/modules/humbug/manifests/postgres-common.pp index dcf68284d8..de14919843 100644 --- a/servers/puppet/modules/humbug/manifests/postgres-common.pp +++ b/servers/puppet/modules/humbug/manifests/postgres-common.pp @@ -1,7 +1,7 @@ class humbug::postgres-common { class { 'humbug::base': } - $postgres_packages = [ "postgresql-9.1", "pgtune", "python-boto", + $postgres_packages = [ "postgresql-9.1", "pgtune", "python-argparse", "python-gevent", "lzop", "pv", "hunspell-en-us", "python-dateutil"] package { $postgres_packages: ensure => "installed" }