Puppet Class: passwords::ldap::initial_setup
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
73 74 75 76 77 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 73
class passwords::ldap::initial_setup {
$initial_password = 'ueThe7moh7Hah'
#TODO: remove redundant variable when no longer referenced
$ldap_initial_password = 'ueThe7moh7Hah'
}
|