diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 22:42:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 22:42:18 -0300 |
commit | dd7c7af03377098faeec1cce1d4c712ec9112fc2 (patch) | |
tree | 2ac1f60542a7490789015b6268ef72e61042be16 /share | |
parent | d5818c8e2f0ce39cd95f119c278ceec76a1dc5a7 (diff) | |
download | hydra-dd7c7af03377098faeec1cce1d4c712ec9112fc2.tar.gz hydra-dd7c7af03377098faeec1cce1d4c712ec9112fc2.tar.bz2 |
Going masterless on jessie
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/system-upgrade | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index 05f4bc5..c94216a 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -136,9 +136,11 @@ function hydra_system_upgrade_cleanup { # Custom upgrade procedures function hydra_system_upgrade_custom { - #if [ "$nextrelease" == "jessie" ]; then - # # Do your custom jessie stuff here - #fi + # Custom jessie stuff + if [ "$nextrelease" == "jessie" ]; then + # We're going masterless, so no puppet service + apt-get remove puppet + fi hydractl trac-upgrade #hydra_system_upgrade_stage puppet |