fuentes/ubuntu/xenial/linex-ubuntu-puppet/DEBIAN/postinst @ a7e47425
a7e47425 | root | #!/bin/bash
|
|
set -e
|
|||
update-rc.d sincpuppet defaults
|
|||
invoke-rc.d sincpuppet start
|
|||
mkdir -p /etc/pkgsync
|
|||
touch /etc/pkgsync/mayhave
|
|||
touch /etc/pkgsync/maynothave
|
|||
invoke-rc.d puppet stop
|
|||
update-rc.d -f puppet remove
|
|||
exit 0
|