Puppet Class: panos::install::agent
- Defined in:
- manifests/install/agent.pp
Summary
This class install dependencies of this module into puppet agentOverview
5 6 7 8 9 10 11 |
# File 'manifests/install/agent.pp', line 5
class panos::install::agent {
package { 'builder':
ensure => present,
provider => 'puppet_gem',
}
}
|