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
There is a syntax Error in voxpupuli/puppet-r10k/templates/webhook.bin.erb, line 119
The line
$logger.info("Deploying module #{module_name}" in the background.)
should be
$logger.info("Deploying module #{module_name} in the background.")
Basically, the end of string double-quote is in the wrong place.
Affected Puppet, Ruby, OS and module versions/distributions
I believe this would affect all versions, but I'm running RHEL 7.
How to reproduce (e.g Puppet code you use)
Any attempt to commit code to a GitHub branch being watched by Webhook causes this problem.
What are you seeing
systemctl list-units --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● webhook.service loaded failed failed R10K Webhook Service
There is a syntax Error in voxpupuli/puppet-r10k/templates/webhook.bin.erb, line 119
The line
$logger.info("Deploying module #{module_name}" in the background.)
should be
$logger.info("Deploying module #{module_name} in the background.")
Basically, the end of string double-quote is in the wrong place.
Affected Puppet, Ruby, OS and module versions/distributions
I believe this would affect all versions, but I'm running RHEL 7.
How to reproduce (e.g Puppet code you use)
Any attempt to commit code to a GitHub branch being watched by Webhook causes this problem.
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: