summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-06 16:01:37 -0400
committerMicah Anderson <micah@riseup.net>2017-10-06 16:01:37 -0400
commitccfe0c38e532cf68d5485a6e4656b80100f1c1b9 (patch)
treecf88ac7b0909c64a369998a7e08421fa933c2d8b
parent35e3720a8c5cc6db1151c7cbe6172a8d5c511a32 (diff)
Bug: Remove unused class
0255d8a42fc2c37cfaa660a43936ae546b6178ef removed this class, but it still was being referenced. Since it is not needed, we can just remove the reference. Fixes: #8878
-rw-r--r--puppet/modules/site_static/manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/modules/site_static/manifests/init.pp b/puppet/modules/site_static/manifests/init.pp
index 40c6a28b..1a92c29e 100644
--- a/puppet/modules/site_static/manifests/init.pp
+++ b/puppet/modules/site_static/manifests/init.pp
@@ -60,10 +60,8 @@ class site_static {
include site_config::ruby::dev
if (member($formats, 'rack')) {
- include site_apt::preferences::passenger
class { 'passenger':
manage_munin => false,
- require => Class['site_apt::preferences::passenger']
}
}