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

uninitialized constant Puppet::Type::Concat_file error after upgrade from 0.5.0 to 0.6.0 #1008

Closed
ubellavance opened this issue Jan 25, 2017 · 1 comment

Comments

@ubellavance
Copy link

Hi,

I was running 0.5.0 and upgraded to 0.6.0. I replaced vhost by server in my hiera file (based on the errors I received at first). Once that done, puppet started giving this error:

Error: Got an uncaught exception of type NameError: uninitialized constant Puppet::Type::Concat_file

Calling class { 'nginx': } directly. All configs are in hiera.

I know that it's a major version bump but I didn't find anything to help me in the changelog.

@ubellavance
Copy link
Author

My bad. I didn't do every change that was needed. Here they are:

  • replace vhost for server, vhosts for servers
  • replace rewrite_to_https by ssl_redirect
  • replace nginx::config:: with nginx::

I can't tell exactly what was causing this error but it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants