diff options
author | xg353y <xg353y@intl.att.com> | 2017-04-10 15:54:08 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-04-10 15:54:35 +0200 |
commit | ac9461046f2a4a10058a9afd96b62ecda0459430 (patch) | |
tree | 9e1e4173549234f9fbaeba2f99dfcd835516bce6 /recipes | |
parent | b203658fb53ac442812a1049772347a650060b0b (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.rb | 3 | ||||
-rw-r--r-- | recipes/createConfigDirectories.rb | 1 |
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 |