summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-29 23:28:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-29 23:28:52 -0200
commit9761f17ad05df711030e107c65456b95d92d60a7 (patch)
tree44f05e916a7b1fe5e56bbf4e2fbf00d0a7019e2c
parenta226c3a92c45e9c968ec3c1e28d0f408481a2e8c (diff)
downloadpuppet-wordpress-9761f17ad05df711030e107c65456b95d92d60a7.tar.gz
puppet-wordpress-9761f17ad05df711030e107c65456b95d92d60a7.tar.bz2
Minor fixHEADmaster
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index bb20e81..38bb133 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,7 +16,7 @@ class wordpress {
command => "/usr/bin/wget ${wp_cli} -O /usr/local/bin/wp && chmod +x /usr/local/bin/wp",
user => 'root',
cwd => '/tmp',
- creates => '/usr/local/bin/wp-cli',
+ creates => '/usr/local/bin/wp',
require => Exec['getcomposer'],
}