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 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.
The text was updated successfully, but these errors were encountered:
Hi,
I was running 0.5.0 and upgraded to 0.6.0. I replaced
vhost
byserver
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.
The text was updated successfully, but these errors were encountered: