aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2017-04-10 15:54:08 +0200
committerxg353y <xg353y@intl.att.com>2017-04-10 15:54:35 +0200
commitac9461046f2a4a10058a9afd96b62ecda0459430 (patch)
tree9e1e4173549234f9fbaeba2f99dfcd835516bce6 /recipes
parentb203658fb53ac442812a1049772347a650060b0b (diff)
[MSO-8] Commit 1702 changes
Update BPMN and SDNC related settings and add more parameter in topology recipe. Change-Id: Icc712999725583bc51c6deb479826e5ee46291ed Signed-off-by: xg353y <xg353y@intl.att.com>
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