aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/bpmn.rb3
-rw-r--r--recipes/createConfigDirectories.rb1
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bpmn.rb b/recipes/bpmn.rb
index 94bb5f7..6d34606 100644
--- a/recipes/bpmn.rb
+++ b/recipes/bpmn.rb
@@ -1,6 +1,7 @@
################
# Deploy bpmn config set
-#
+#
######
include_recipe "mso-config::mso-bpmn-config"
+include_recipe "mso-config::mso-topology-config"
diff --git a/recipes/createConfigDirectories.rb b/recipes/createConfigDirectories.rb
index a983b02..f04dee0 100644
--- a/recipes/createConfigDirectories.rb
+++ b/recipes/createConfigDirectories.rb
@@ -9,7 +9,6 @@
owner "jboss"
group "jboss"
mode "0755"
- recursive true
action :create
end
end