Puppet Class: passwords::etherpad_lite

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

Overview



132
133
134
135
136
137
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 132

class passwords::etherpad_lite {
    $etherpad_db_user = 'etherpadlite'
    $etherpad_db_host = 'localhost'
    $etherpad_db_name = 'etherpadlite'
    $etherpad_db_pass = 'zRXuGogEayh6jnJ5'
}