diff --git a/roles/ejabberd.rb b/roles/ejabberd.rb index 561ca33..824fd67 100644 --- a/roles/ejabberd.rb +++ b/roles/ejabberd.rb @@ -12,7 +12,7 @@ production_run_list = %w( kosmos-ejabberd::backup ) env_run_lists( - 'production' => production_run_list, 'development' => default_run_list, - '_default' => default_run_list + 'production' => production_run_list, + '_default' => production_run_list )