mirror of https://github.com/zulip/zulip.git
puppet: Remove duplicate python-boto package declaration
(imported from commit ef3f8f73bc43363317be9b5875ed95e6fa13f4a3)
This commit is contained in:
parent
81c05e02c2
commit
d16b336f29
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue