diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 14:41:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 14:41:19 -0300 |
commit | be2a5bc75e9c88fc2f1a4c6ccae93accaa8aa310 (patch) | |
tree | feffbaa5d4a75155a74411b2f0efe7670c36e146 | |
parent | d37d569fbfa16cf8f8a7f29372f25ed4b7b595d0 (diff) | |
download | puppet-wordpress-be2a5bc75e9c88fc2f1a4c6ccae93accaa8aa310.tar.gz puppet-wordpress-be2a5bc75e9c88fc2f1a4c6ccae93accaa8aa310.tar.bz2 |
Updating wp-cli commit
-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 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', } |