Puppet Class: passwords::etherpad_lite
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
133 134 135 136 137 138 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 133
class passwords::etherpad_lite {
$etherpad_db_user = 'etherpadlite'
$etherpad_db_host = 'localhost'
$etherpad_db_name = 'etherpadlite'
$etherpad_db_pass = 'zRXuGogEayh6jnJ5'
}
|