Puppet Class: passwords::librenms

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

Overview



270
271
272
273
274
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 270

class passwords::librenms {
    $ircbot_pass = 'nickserv_fake_password'
    $db_user = 'foo'
    $db_pass = 'bar'
}