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
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
I think it would be useful to add a Puppet action that would ensure puppet is installed, and then pass along the arguments given to puppet. In this way you could kick off puppet agent -t, install a package with puppet resource package or do any other one-time resource management supported by the RAL. A convenience method for installing modules would also be useful.
I think it would be useful to add a Puppet action that would ensure puppet is installed, and then pass along the arguments given to puppet. In this way you could kick off
puppet agent -t
, install a package withpuppet resource package
or do any other one-time resource management supported by the RAL. A convenience method for installing modules would also be useful.We'd want to ensure that the action works correctly with FOSS and PE. Not sure if we'd want to deal with 3.8 support initially.
The text was updated successfully, but these errors were encountered: