Puppet Class: passwords::prometheus
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
434 435 436 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 434
class passwords::prometheus {
$db_pass = 'notsecret'
}
|