From: Silvio Rhatto Date: Sun, 4 Aug 2013 17:41:19 +0000 (-0300) Subject: Updating wp-cli commit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=be2a5bc75e9c88fc2f1a4c6ccae93accaa8aa310;p=puppet-wordpress.git Updating wp-cli commit --- diff --git a/manifests/init.pp b/manifests/init.pp index 558f65c..1a09b36 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 => 'f93b73ca35350e48c727fc5a6862d3f7e2c31b33', + revision => '27a2ff1e94ccb924d24a978c78fb3b1a9520ee25', owner => 'root', group => 'root', }