Puppet Class: conf::setup::expect
- Inherits:
- conf::install::expect
- Defined in:
- manifests/setup/expect.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 |
# File 'manifests/setup/expect.pp', line 7
class conf::setup::expect() inherits conf::install::expect {
Package['expect'] {
ensure => latest,
}
}
|