You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason Puppet is unwilling to update due to bin/config-version.
```
miscweb-01$ sudo journalctl -u puppet -n100
miscweb-01 puppet-agent: Could not retrieve catalog from remote server:
Error 500 on SERVER: Server Error: Exception while executing
'/etc/puppet/code/environments/production/bin/config-version.sh':
Cannot run program "/etc/puppet/code/environments/production/bin/config-version.sh"
(in directory "."): error=0, Failed to exec spawn helper: pid: 4174628,
exit value: 1 on node miscweb-01.ops.jquery.net
```
```
Mar 30 06:23:52 puppet-04 puppet-agent: Could not retrieve catalog from remote server:
Error 500 on SERVER: Server Error: Exception while executing
'/etc/puppet/code/environments/production/bin/config-version.sh':
Cannot run program "/etc/puppet/code/environments/production/bin/config-version.sh"
(in directory "."): error=0, Failed to exec spawn helper: pid: 11464,
exit value: 1 on node puppet-04.ops.jquery.net
```
I cannot reproduce this error:
```
root@puppet-04$ /etc/puppet/code/environments/production/bin/config-version.sh .
(92f1021) Timo Tijhof - miscweb: Add `www.qunitjs.com` redirect
```
Let's try a dummy edit to see if it is related to the HEAD commit at all.
0 commit comments