Friday, July 25, 2014

Unknown class 'foo' -- Geppetto not recognizing dependencies in your puppet code?

Check your Modulefile. Update your dependencies there via the tab on the bottom and verify the change in your metadata.json .

Poof, your puppet include finally will be recognized as a valid class that was found and when someone installs your script, then it will dig up the dependencies if necessary.

Followers