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'd like to use your module in one of mine that I am working on.
I have a typical puppet module directory structure created with puppet create ....
I have updated my metadata.json file and have tried referencing your module, but keep getting errors.
Should I put it in my module's manifests/init.pp, or in an implementation file like manifests/foo.pp?
The text was updated successfully, but these errors were encountered:
I'd like to use your module in one of mine that I am working on.
I have a typical puppet module directory structure created with
puppet create ...
.I have updated my
metadata.json
file and have tried referencing your module, but keep getting errors.Should I put it in my module's
manifests/init.pp
, or in an implementation file likemanifests/foo.pp
?The text was updated successfully, but these errors were encountered: