From ca26b26e58e811f8b1ce8eac99aad106c394fcc7 Mon Sep 17 00:00:00 2001 From: Vadym Chepkov Date: Wed, 10 Jun 2015 05:55:37 -0400 Subject: [PATCH] Use license.txt instead of index.php to trigger new version install --- manifests/instance/app.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }