diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 00:59:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 00:59:26 -0300 |
commit | 0f589ac7dac4f2db77111cbb71b624dc2351ceb1 (patch) | |
tree | f25b3e9b1324c4f8f27a3e6e94f51cd718a2919e /share/hydractl | |
parent | aff7a16e467c5cf5c99ad759b2f2fd0d00250e68 (diff) | |
download | hydra-0f589ac7dac4f2db77111cbb71b624dc2351ceb1.tar.gz hydra-0f589ac7dac4f2db77111cbb71b624dc2351ceb1.tar.bz2 |
Remove check-puppetd on jessie upgrade
Diffstat (limited to 'share/hydractl')
-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 |