From: Silvio Rhatto Date: Sat, 30 Dec 2017 01:28:52 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;p=puppet-wordpress.git Minor fix --- 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'], }