Puppet Class: st2::kvs
- Defined in:
- manifests/kvs.pp
Summary
Automatically loads Key/Value pairs for StackStorm DB from HieraOverview
12 13 14 15 |
# File 'manifests/kvs.pp', line 12
class st2::kvs {
$_kvs = hiera_hash('st2::kvs', {})
create_resources('st2::kv', $_kvs)
}
|