Puppet: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Server == delete client ssl-stuff on server (in case of ssl-signing problems): {{Achtung|Before retrying connect, do the SSL stuff on client, too}} puppetca…“)
 
 
Zeile 22: Zeile 22:
  
  
pull new configs:
+
pull new configs (old style):
  
 
  puppetd --fqdn=CLIENT-Hostname --test --no-splay --server=SERVER-Hostname --onetime --verbose --pluginsync
 
  puppetd --fqdn=CLIENT-Hostname --test --no-splay --server=SERVER-Hostname --onetime --verbose --pluginsync
 +
 +
 +
pull new configs:
 +
 +
puppet agent --test --verbose

Aktuelle Version vom 10. Dezember 2013, 11:54 Uhr

Server

delete client ssl-stuff on server (in case of ssl-signing problems):

Achtung.jpeg Before retrying connect, do the SSL stuff on client, too
puppetca list --all
puppetca clean CLIENT-Hostname


'kick' client to pull new configs

puppet kick CLIENT-Hostname


Client

delete ssl-stuff (in case of ssl-signing problems):

Achtung.jpeg Before retrying connect, do the SSL stuff on server, too
cd /var/lib/puppet/ssl
find . -type f -exec rm -f \{\} \;


pull new configs (old style):

puppetd --fqdn=CLIENT-Hostname --test --no-splay --server=SERVER-Hostname --onetime --verbose --pluginsync


pull new configs:

puppet agent --test --verbose