Database and Bonjour chaton units were missing
and ignored by high state.
Details
Details
Check the two states are currently fine:
salt eglide state.apply roles/shellserver/database test=True
salt eglide state.apply roles/shellserver/bonjour-chaton test=True
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
When highstate runs, it propagates the new SSL certificate for Bonjour chaton:
ID: bonjour_chaton_certificates_public Function: cmd.run Name: cp /etc/letsencrypt/live/robot.paysannerebelle.com/fullchain.pem /opt/bonjour-chaton/certs/cert.pem Result: True Comment: Command "cp /etc/letsencrypt/live/robot.paysannerebelle.com/fullchain.pem /opt/bonjour-chaton/certs/cert.pem" run Started: 16:23:09.349093 Duration: 58.266 ms Changes: ---------- pid: 1333 retcode: 0 stderr: stdout:
This is a desirable behavior to ensure the certificate is always accurate (if not, the bot would use expired one).
The remaining states are up to date.