Puppet Class: st2::packs
- Inherits:
- st2
- Defined in:
- manifests/packs.pp
Summary
Install and configure st2 packages in bulk and via Hiera.Overview
23 24 25 26 27 |
# File 'manifests/packs.pp', line 23
class st2::packs (
$packs = $st2::packs,
) inherits st2 {
create_resources('st2::pack', $packs)
}
|