Puppet Class: passwords::netbox
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
498 499 500 501 502 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 498
class passwords::netbox {
$db_password = 'notsecret'
$secret_key = 'notsecret'
$replication_password = 'notsecret'
}
|