Puppet Class: passwords::grafana::production
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
DEPRECATED - 2017-01-15
378 379 380 381 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 378
class passwords::grafana::production {
$secret_key = 'aaaaa'
$admin_password = 'aaaa'
}
|