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
I have run into an issue where the create_resources for $nginx_vhosts and $nginx_locations (I have not tested the others) fails with the error message:
Error 400 on SERVER: Invalid tag "::nginx::resource::vhost" at /etc/puppetlabs/puppet/environments/r10k/dev_nginx/modules/nginx/manifests/init.pp:297 on node my.node.com
This appears to be caused by the top level name space reference to the type. With the preceding '::' the catalog fails to compile with the above error. With the preceding '::' removed everything works fine. For example:
Using Puppet v3.2.2 (Puppet Enterprise 3.0.0)...
I have run into an issue where the create_resources for $nginx_vhosts and $nginx_locations (I have not tested the others) fails with the error message:
This appears to be caused by the top level name space reference to the type. With the preceding '::' the catalog fails to compile with the above error. With the preceding '::' removed everything works fine. For example:
Top level reference that does not work:
vs. no preceding '::' that does work:
Hiera:
Role:
Profile:
The text was updated successfully, but these errors were encountered: