Puppet Class: passwords::exim

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

Overview



283
284
285
286
287
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 283

class passwords::exim {
    $smtp_ldap_password = 'smtp'
    $otrs_mysql_password = 'otrs'
    $vrts_mysql_password = 'otrs'
}