diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-12-31 09:27:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-12-31 09:27:11 -0300 |
commit | cdf470e3aaf5983ea10009c8b5fc457491b14c29 (patch) | |
tree | f8de0701b79da591c8fcded322c55d56a6d66807 /share | |
parent | 1520ed9c229a95417da5433980d8c05514136ef5 (diff) | |
download | hydra-cdf470e3aaf5983ea10009c8b5fc457491b14c29.tar.gz hydra-cdf470e3aaf5983ea10009c8b5fc457491b14c29.tar.bz2 |
Fix: switch puppet-common dependency
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/dist-upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/hydractl/dist-upgrade b/share/hydractl/dist-upgrade index 9ac3301..c59a1ae 100755 --- a/share/hydractl/dist-upgrade +++ b/share/hydractl/dist-upgrade @@ -165,8 +165,8 @@ function hydra_system_upgrade_custom { if [ "$nextrelease" == "jessie" ]; then # We're using a masterless puppet setup, so no agent - apt-get install puppet-common - apt-get purge puppet + apt-get install -y puppet-common + apt-get purge -y puppet # Purge old monitoring infrastructure apt-get purge 'munin*' 'nagios*' |