Puppet Class: foreman::plugin::google
- Defined in:
- manifests/plugin/google.pp
Overview
Installs foreman_google plugin
2 3 4 5 |
# File 'manifests/plugin/google.pp', line 2
class foreman::plugin::google {
foreman::plugin { 'google':
}
}
|