Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default params problem #554

Closed
pcfreak30 opened this issue Jan 26, 2015 · 4 comments
Closed

Default params problem #554

pcfreak30 opened this issue Jan 26, 2015 · 4 comments
Labels
needs-feedback Further information is requested

Comments

@pcfreak30
Copy link

Getting a weird issue.

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: is not valid. It should be 4 digits (0644 by default). at /etc/puppet/environments/production/modules/nginx/manifests/resource/vhost.pp:412

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: "" is not an Array. It looks to be a String at /etc/puppet/environments/production/modules/nginx/manifests/resource/location.pp:206

This is in v0.0.10+. If I jump to v0.0.9 it works. Any ideas as to what change caused this? Also know I have only included the nginx class, but no manifest actually uses it.

Agent and Master Version: 3.7.3

@jamescarr
Copy link
Contributor

I have been getting this as well, same setup.

@3flex
Copy link
Contributor

3flex commented Apr 10, 2015

@pcfreak30 @jamescarr which specific version of the module are you using? You say "v0.0.10+" but can you specify which exact version you're using?

@3flex 3flex added the needs-feedback Further information is requested label Apr 10, 2015
@samchang-iit
Copy link

I was also getting the same error for the mode, but setting it in hiera removed the error and when i remove from hiera it didn't come back right away.

I'm now getting the same 2nd error with "" is not an Array on location.pp:206.

on Oracle Linux with SELinux. 3.6.2 (Puppet Enterprise 3.3.2) and using jfryman/nginx-0.2.6

@samchang-iit
Copy link

Ok, after looking at #566 it was just some issue loading the proper nginx module.

when i changed 'include nginx' to 'include ::nginx' has resolved all the loading issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants