Satellite 6 - Scripted/automated import of Puppet classes
I am looking for suggestions on automating the Puppet class importation process on the Satellite server in Satellite 6, specifically:
Configure -> Puppet Classes -> Import from satserver.network.local -> [Select all] -> Update
The reason I want to automate this process is that I have setup Puppet modules/manifests to checkout to the Satellite server using a git post commit hook, and I would like to include the 'import/update' process in Satellite in the same hook (to catch any newly created or modified classes).
Responses