Puppet Class: passwords::netbox
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
491 492 493 494 495 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 491
class passwords::netbox {
$db_password = 'notsecret'
$secret_key = 'notsecret'
$replication_password = 'notsecret'
}
|