X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/025f7a54236d8750386bb0368aaeb36c055d2add..901782e5452c232c7e6f644f2c56a3903b09edf3:/cookbooks/otrs/recipes/default.rb?ds=inline diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 260623a80..e43a89244 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -17,9 +17,10 @@ # limitations under the License. # -include_recipe "tools" -include_recipe "postgresql" +include_recipe "accounts" include_recipe "apache" +include_recipe "postgresql" +include_recipe "tools" passwords = data_bag_item("otrs", "passwords")