Puppet Class: passwords::netbox

Defined in:
spec/fixtures/private/modules/passwords/manifests/init.pp

Overview



487
488
489
490
491
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 487

class passwords::netbox {
    $db_password = 'notsecret'
    $secret_key = 'notsecret'
    $replication_password = 'notsecret'
}