puppet: Fix postgres_appdb_tuned manifest on trusty.

This commit is contained in:
Tim Abbott 2016-08-22 23:27:57 -07:00
parent 750e43518f
commit 97b622dffa
1 changed files with 1 additions and 1 deletions

View File

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