Puppet Class: psick::hardware
- Defined in:
- manifests/hardware.pp
Overview
This class automatically includes ::psick::hardware::hp on HP servers
3 4 5 6 7 |
# File 'manifests/hardware.pp', line 3
class psick::hardware {
if $::manufacturer == 'HP' { contain ::psick::hardware::hp }
}
|