diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/system-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index cb06a1e..a8fd13e 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -133,7 +133,7 @@ function hydra_system_upgrade_custom { if [ "$nextrelease" == "jessie" ]; then # We're going masterless, so no puppet and old services apt-get purge puppet libapache2-mod-passenger 'munin*' 'nagios*' -y - rm -rf /etc/munin/plugins /etc/munin/plugin-conf.d + rm -rf /etc/munin/plugins /etc/munin/plugin-conf.d /usr/local/sbin/check-puppetd.sh fi hydractl trac-upgrade |