Add ejabberd HTTP API permissions for akkounts #255

Merged
greg merged 4 commits from feature/api_permissions into master 2020-12-10 13:27:19 +00:00
2 changed files with 14 additions and 3 deletions
Showing only changes of commit 8e0a66184c - Show all commits

View File

@ -68,7 +68,6 @@
},
"run_list": [
"recipe[kosmos-base]",
"recipe[kosmos-akkounts::default]",
"recipe[kosmos-akkounts::nginx]"
"role[akkounts]"
]
}
}

12
roles/akkounts.rb Normal file
View File

@ -0,0 +1,12 @@
name "akkounts"
default_run_list = %w(
kosmos-akkounts::default
kosmos-akkounts::nginx
)
env_run_lists(
'_default' => default_run_list,
'development' => default_run_list,
'production' => default_run_list
)