Puppet Class: storm
- Inherits:
- storm::params
- Defined in:
- manifests/init.pp
Summary
StoRM puppet module parent classOverview
3 4 5 6 7 8 9 10 11 12 |
# File 'manifests/init.pp', line 3
class storm (
) inherits storm::params {
contain storm::install
contain storm::config
Class['::storm::install']
-> Class['::storm::config']
}
|