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
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Seems like the anchor pattern being used to order your resources in init.pp are not well-liked in Puppet Enterprise 2016. I am currently getting this error:
Error 400 on SERVER: Evaluation Error: Error while evaluating a Resource Statement,
This Type-Name has no effect. A value was produced and then forgotten (one or more preceding expressions may have the
wrong form) at /etc/puppetlabs/code/environments/test/modules/centrify/manifests/init.pp:82:3
If I comment out the anchor and Anchor -> Class stuff, I no longer get this error. Sometimes however, the ordering is not right (which I assume is why you were using the anchors).
Let me know if I can provide more info. PE 2016.01.01 (puppet version 4.4.1), using 'dgutierrez1287-centrify' version 1.0.0 from the forge (installed via puppet module install).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems like the anchor pattern being used to order your resources in init.pp are not well-liked in Puppet Enterprise 2016. I am currently getting this error:
If I comment out the anchor and Anchor -> Class stuff, I no longer get this error. Sometimes however, the ordering is not right (which I assume is why you were using the anchors).
Let me know if I can provide more info. PE 2016.01.01 (puppet version 4.4.1), using 'dgutierrez1287-centrify' version 1.0.0 from the forge (installed via puppet module install).
The text was updated successfully, but these errors were encountered: