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
While testing out puppet:hiera, I was avoiding using the puppet class, as I didn't want to get puppet::master and friends properly configured first. This happened:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid relationship: Package[hiera] { require => Package[puppet] }, because Package[puppet] doesn't seem to be in the catalog
Automatically including puppet might be undesirable, but throwing a more explicit exception might be a good idea.
The text was updated successfully, but these errors were encountered:
I don't think I'd explicitly defined any relationships. There's a relationship between the puppet and hiera packages, but I don't think it's a strong dependency.
...it might also be that stricter naming is required. i.e. ::puppet instead of puppet.
Will have to look at the use case around setting up hiera without puppet specifically...
While testing out puppet:hiera, I was avoiding using the puppet class, as I didn't want to get puppet::master and friends properly configured first. This happened:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid relationship: Package[hiera] { require => Package[puppet] }, because Package[puppet] doesn't seem to be in the catalog
Automatically including puppet might be undesirable, but throwing a more explicit exception might be a good idea.
The text was updated successfully, but these errors were encountered: