Puppet Class: passwords::librenms
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
274 275 276 277 278 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 274
class passwords::librenms {
$ircbot_pass = 'nickserv_fake_password'
$db_user = 'foo'
$db_pass = 'bar'
}
|