Puppet Class: passwords::racktables
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
166 167 168 169 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 166
class passwords::racktables {
$racktables_db_user = 'racktables'
$racktables_db_pass = 'fakebrokenpassword'
}
|