]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/otrs/recipes/default.rb
Reduce implicit coupling between cookbooks
[chef.git] / cookbooks / otrs / recipes / default.rb
index 260623a80e332c211ca0dc9fcc4abd72b9ffe869..e43a89244398a6bf51bbc5a2960574005e93b62e 100644 (file)
 # 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")