diff --git a/manifests/instance/app.pp b/manifests/instance/app.pp index 467c800..8ae6225 100644 --- a/manifests/instance/app.pp +++ b/manifests/instance/app.pp @@ -80,7 +80,7 @@ } -> exec { "Extract wordpress ${install_dir}": command => "tar zxvf ./${install_file_name} --strip-components=1", - creates => "${install_dir}/index.php", + creates => "${install_dir}/license.txt", user => $wp_owner, group => $wp_group, }