From 0b8416ed06aff3a12b362d790ad7c54a615b03bf Mon Sep 17 00:00:00 2001 From: ELOY VALDERA CARRASCO Date: Mon, 20 Nov 2017 13:30:44 +0100 Subject: [PATCH] check config.xml instead of domain dir --- manifests/domain.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/domain.pp b/manifests/domain.pp index ac4ecea1..f5d72417 100644 --- a/manifests/domain.pp +++ b/manifests/domain.pp @@ -728,8 +728,8 @@ exec { "execwlst ${domain_name} ${title}": command => "${wlstPath}/wlst.sh domain_${domain_name}.py", environment => ["JAVA_HOME=${jdk_home_dir}"], - unless => "/usr/bin/test -e ${domain_dir}", - creates => $domain_dir, + #unless => "/usr/bin/test -e ${domain_dir}", + creates => "${domain_dir}/config/config.xml", cwd => $download_dir, require => [File["domain.py ${domain_name} ${title}"], File["${download_dir}/utils.py"],