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
Looks like Puppet Forge is testing the examples for validation. In our rake task we disable examples explicitly from testing.
With Puppet 3.x validation fails for example4:
root@icinga2-puppet3:~/modules/icinga2# for file in `find . -name "*.pp" -type f`; do puppet parser validate $file; done
Error: Could not parse for environment production: Syntax error at '*'; expected '}' at /root/modules/icinga2/examples/example4/profile/manifests/agent.pp:51
Error: Could not parse for environment production: Syntax error at '*'; expected '}' at /root/modules/icinga2/examples/example4/profile/manifests/slave.pp:67
The text was updated successfully, but these errors were encountered:
Looks like puppet forge is ignoring examples now, quality score is up to 4.7 again.
I think it's sufficient to add a note somewhere that this example is only for Puppet 4, if not already included.
Looks like Puppet Forge is testing the examples for validation. In our rake task we disable examples explicitly from testing.
With Puppet 3.x validation fails for example4:
The text was updated successfully, but these errors were encountered: