mirror of https://github.com/zulip/zulip.git
puppet: Fix postgres_appdb_tuned manifest on trusty.
This commit is contained in:
parent
750e43518f
commit
97b622dffa
|
@ -3,7 +3,7 @@
|
||||||
class zulip::postgres_appdb_tuned {
|
class zulip::postgres_appdb_tuned {
|
||||||
include zulip::postgres_appdb_base
|
include zulip::postgres_appdb_base
|
||||||
|
|
||||||
if $release_name == "trusty" {
|
if $zulip::base::release_name == "trusty" {
|
||||||
# tools for database setup
|
# tools for database setup
|
||||||
$postgres_appdb_tuned_packages = ["pgtune"]
|
$postgres_appdb_tuned_packages = ["pgtune"]
|
||||||
package { $postgres_appdb_tuned_packages: ensure => "installed" }
|
package { $postgres_appdb_tuned_packages: ensure => "installed" }
|
||||||
|
|
Loading…
Reference in New Issue