class mail::virtual::web(
- $postfixadmin_setup_hash = hiera('mail::web::virtual::postfixadmin_setup_hash', ''),
- $roundcube_des_key = hiera('mail::web::virtual::roundcube_des_key', ''),
- $roundcube_logo = hiera('mail::web::virtual::roundcube_logo', 'null'),
- $roundcube_login_info = hiera('mail::web::virtual::roundcube_login_info', false)
+ $postfixadmin_setup_hash = hiera('mail::virtual::web::postfixadmin_setup_hash', ''),
+ $roundcube_des_key = hiera('mail::virtual::web::roundcube_des_key', ''),
+ $roundcube_logo = hiera('mail::virtual::web::roundcube_logo', 'null'),
+ $roundcube_login_info = hiera('mail::virtual::web::roundcube_login_info', false)
) {
# Class configuration
if $::lsbdistcodename != 'lenny' {
case $roundcube_des_key {
- '': { fail("You need to define roundcube_des_key host config") }
+ '': { fail("You need to define mail::virtual::web::roundcube_des_key config") }
}
}
case $postfixadmin_setup_hash {
'': {
- warning("You need to define postfixadmin_setup_hash host config")
+ warning("You need to define mail::virtual::web::postfixadmin_setup_hash config")
$setup_hash = 'changeme'
}
}