Revisión 1529232f
Añadido por root hace casi 9 años
ubuntu/xenial/all/linex-ubuntu-puppet/debian/changelog | ||
---|---|---|
linex-ubuntu-puppet (1.3) linex; urgency=medium
|
||
|
||
* Modificado escuela2.0 por ubuntu 16.04 (Eli).
|
||
* Los certificados pasan a generarse a partir de un uuid en lugar de fqdn
|
||
* Añadida desactivación de servicio puppet para systemctl
|
||
|
||
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Mon, 04 Jul 2016 14:39:37 +0200
|
||
|
||
linex-ubuntu-puppet (1.2) linex; urgency=medium
|
||
|
||
* Cambio del nombre del paquete de de linex-workstation-puppet a linex-ubuntu-puppet.
|
ubuntu/xenial/all/linex-ubuntu-puppet/debian/control | ||
---|---|---|
Source: linex-ubuntu-puppet
|
||
Section: x11
|
||
Section: admin
|
||
Priority: optional
|
||
Maintainer: Rafael Jesús García Perdigón <rafael.garciap@gobex.es>
|
||
Build-Depends: debhelper (>= 8.0.0)
|
||
... | ... | |
|
||
Package: linex-ubuntu-puppet
|
||
Architecture: all
|
||
Pre-Depends: uuid-runtime
|
||
Depends: ${misc:Depends}, puppet, puppet-common, pkgsync
|
||
Description: Configuración del cliente puppet
|
||
Instalación de las dependencias del cliente de puppet,
|
ubuntu/xenial/all/linex-ubuntu-puppet/debian/install | ||
---|---|---|
etc
|
||
usr
|
ubuntu/xenial/all/linex-ubuntu-puppet/debian/postinst | ||
---|---|---|
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
|
||
|
||
rm -r /var/lib/puppet/ssl
|
||
uuidgen | xargs -I uuid sed -i 's/certname = /certname = uuid/g' /etc/puppet/puppet.conf
|
||
|
||
puppet agent disable
|
||
systemctl disable puppet.service
|
||
|
||
exit 0
|
||
|
ubuntu/xenial/all/linex-ubuntu-puppet/usr/share/linex-ubuntu-puppet/puppet.conf | ||
---|---|---|
postrun_command=/etc/puppet/etckeeper-commit-post
|
||
server=puppetinstituto
|
||
pluginsync=false
|
||
certname =
|
||
|
||
[master]
|
||
# These are needed when the puppetmaster is run by passenger
|
Exportar a: Unified diff
linex-ubuntu-puppet: Añadido uuidgen en certname