Revisión 58a808d7
Añadido por Ismael Campos Suárez hace más de 4 años
ubuntu/bionic/all/linex-ubuntu-puppet/debian/changelog | ||
---|---|---|
linex-ubuntu-puppet (1.4.9) linex; urgency=medium
|
||
|
||
* Se quita el lanzamiento de sinc_puppet dentro de postinst porque da problemas.
|
||
|
||
-- ismael <ismael.campos@educarex.es> Tue, 19 Nov 2020 12:46:40 +0100
|
||
|
||
linex-ubuntu-puppet (1.4.8) linex; urgency=medium
|
||
|
||
* Bug detectado en sinc_puppet
|
ubuntu/bionic/all/linex-ubuntu-puppet/debian/postinst | ||
---|---|---|
systemctl enable sincpuppet.service
|
||
#echo "Iniciando servicio sincpuppet. Espere..."
|
||
#systemctl start sincpuppet.service
|
||
echo "Ejecutando servicio sincpuppet. Espere..."
|
||
/usr/sbin/sinc_puppet -f now
|
||
#echo "Ejecutando servicio sincpuppet. Espere..."
|
||
#/usr/sbin/sinc_puppet -f now
|
||
fi
|
||
|
||
exit 0
|
Exportar a: Unified diff
Se quita el lanzamiento de sinc_puppet dentro del postinst