mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
puppet: Fix postgres_appdb_tuned manifest on trusty.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class zulip::postgres_appdb_tuned {
|
||||
include zulip::postgres_appdb_base
|
||||
|
||||
if $release_name == "trusty" {
|
||||
if $zulip::base::release_name == "trusty" {
|
||||
# tools for database setup
|
||||
$postgres_appdb_tuned_packages = ["pgtune"]
|
||||
package { $postgres_appdb_tuned_packages: ensure => "installed" }
|
||||
|
||||
Reference in New Issue
Block a user