diff options
author | elijah <elijah@riseup.net> | 2016-07-21 21:11:31 -0700 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-08-25 15:46:52 -0400 |
commit | e2fd4bba275e4d66a908b8917610e60dbab79d20 (patch) | |
tree | cd23fcb378f8968b0e86f2f665e014e1e453c9a8 /puppet/modules | |
parent | 2ee75066a1cfcb0bc179dec4dca4039c9aedd1b3 (diff) |
fix site_static's call to passenger
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_static/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_static/manifests/init.pp b/puppet/modules/site_static/manifests/init.pp index ab08f8e3..faebf05c 100644 --- a/puppet/modules/site_static/manifests/init.pp +++ b/puppet/modules/site_static/manifests/init.pp @@ -42,7 +42,7 @@ class site_static { if (member($formats, 'rack')) { include site_apt::preferences::passenger class { 'passenger': - use_munin => false, + manage_munin => false, require => Class['site_apt::preferences::passenger'] } } |