Proyecto

General

Perfil

Descargar (232 Bytes) Estadísticas
| Rama: | Revisión:
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