Possible to automate puppet environment imports?

Posted on

I'm looking to periodically and automatically import new puppet environments from the command line.

A little explanation:
When you add directories in the puppet environments directory, the satellite server doesn't seem to recognize these right away (at least not from the web UI; you have to click import from and update to get them to show).

So I want a way to do this automatically and periodically so that it recognizes the newly added puppet environments (directories) without having to do the above manual process each time.

Responses