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