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"],