diff options
author | drebs <drebs@riseup.net> | 2014-08-18 20:54:45 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2014-08-18 22:34:34 -0300 |
commit | 8e3d9bed30f3bb9e292a57d0f51cff5ac080a7c4 (patch) | |
tree | cf7485415a523e9aa1a5b6ea3f95d6da1c569d30 | |
parent | be2a5bc75e9c88fc2f1a4c6ccae93accaa8aa310 (diff) | |
download | puppet-wordpress-8e3d9bed30f3bb9e292a57d0f51cff5ac080a7c4.tar.gz puppet-wordpress-8e3d9bed30f3bb9e292a57d0f51cff5ac080a7c4.tar.bz2 |
Update wp-cli revision to b30a0745ef5fe1c9f2a4d9a021aef213a78c867.
-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 1a09b36..423b3ba 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,7 +26,7 @@ class wordpress( ensure => present, provider => git, source => 'git://github.com/wp-cli/wp-cli.git', - revision => '27a2ff1e94ccb924d24a978c78fb3b1a9520ee25', + revision => 'b30a0745ef5ffe1c9f2a4d9a021aef213a78c867', owner => 'root', group => 'root', } |