diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-06 16:01:37 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-10-06 16:01:37 -0400 |
commit | ccfe0c38e532cf68d5485a6e4656b80100f1c1b9 (patch) | |
tree | cf88ac7b0909c64a369998a7e08421fa933c2d8b /puppet/modules/site_static | |
parent | 35e3720a8c5cc6db1151c7cbe6172a8d5c511a32 (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
Diffstat (limited to 'puppet/modules/site_static')
-rw-r--r-- | puppet/modules/site_static/manifests/init.pp | 2 |
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'] } } |