puppet: Remove duplicate python-boto package declaration

(imported from commit ef3f8f73bc43363317be9b5875ed95e6fa13f4a3)
This commit is contained in:
Zev Benjamin 2013-07-17 13:30:06 -04:00
parent 81c05e02c2
commit d16b336f29
1 changed files with 1 additions and 1 deletions

View File

@ -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" }