Skip to content

Commit b6f866d

Browse files
committed
docs: Dummy edit
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.
1 parent 92f1021 commit b6f866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/site.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://puppet.com/docs/puppet/7/lang_node_definitions.html
33
# https://puppet.com/docs/puppet/7/roles_and_profiles_example.html
44

5-
# PLEASE KEEP THIS FILE ALPHABETICALLY SORTED
5+
# Please keep this file alphabetically sorted!
66

77
# Production
88
# ----------

0 commit comments

Comments
 (0)