aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/system-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydractl/system-upgrade')
-rwxr-xr-xshare/hydractl/system-upgrade8
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