diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-29 23:28:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-29 23:28:52 -0200 |
commit | 9761f17ad05df711030e107c65456b95d92d60a7 (patch) | |
tree | 44f05e916a7b1fe5e56bbf4e2fbf00d0a7019e2c | |
parent | a226c3a92c45e9c968ec3c1e28d0f408481a2e8c (diff) | |
download | puppet-wordpress-master.tar.gz puppet-wordpress-master.tar.bz2 |
-rw-r--r-- | manifests/init.pp | 2 |
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'], } |