Merge "Switch to update-rc.d for ubuntu-trusty"

This commit is contained in:
Jenkins 2017-04-21 17:27:52 +00:00 committed by Gerrit Code Review
commit 73891f3c25
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ EOF
if [ -f /bin/systemctl ]; then
systemctl disable puppet
else
service puppet disable
update-rc.d -f puppet disable
fi
}