diff --git a/install_puppet.sh b/install_puppet.sh index 87264884d7..0d35ecce81 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -220,7 +220,7 @@ EOF if [ -f /bin/systemctl ]; then systemctl disable puppet else - service puppet disable + update-rc.d -f puppet disable fi }