diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 23:42:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 23:42:00 -0300 |
commit | aff7a16e467c5cf5c99ad759b2f2fd0d00250e68 (patch) | |
tree | eb376e2a48b51b6ce0eb11edcfdf9a6741fe2858 /share | |
parent | c275bbe157ac431350e127bed879bf3b2acd2320 (diff) | |
download | hydra-aff7a16e467c5cf5c99ad759b2f2fd0d00250e68.tar.gz hydra-aff7a16e467c5cf5c99ad759b2f2fd0d00250e68.tar.bz2 |
Purging libapache2-mod-passenger on jessie upgrade
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/system-upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index 72c528c..cb06a1e 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -132,8 +132,8 @@ function hydra_system_upgrade_custom { # Custom jessie stuff if [ "$nextrelease" == "jessie" ]; then # We're going masterless, so no puppet and old services - apt-get purge puppet 'munin*' 'nagios*' -y - rm -rf /etc/munin/plugins/ + apt-get purge puppet libapache2-mod-passenger 'munin*' 'nagios*' -y + rm -rf /etc/munin/plugins /etc/munin/plugin-conf.d fi hydractl trac-upgrade |