diff --git a/serverspec/environments/production/manifests/default.pp b/serverspec/environments/production/manifests/default.pp index 6645e4c12..79d86c321 100644 --- a/serverspec/environments/production/manifests/default.pp +++ b/serverspec/environments/production/manifests/default.pp @@ -1,19 +1,9 @@ node /(debian|rhel|ubuntu|sles)/ { class { '::icinga2': - constants => { - 'TicketSalt' => '5a3d695b8aef8f18452fc494593056a4', - } - } - - class{ '::icinga2::feature::idomysql': - user => 'icinga2', - password => 'icinga2', - database => 'icinga2', - import_schema => true, - } - + manage_repo => true, + } } node /freebsd/ { - class { 'icinga2': } + class { '::icinga2': } }