diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 13:07:08 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 13:07:08 -0200 |
commit | 39bd63df44eab144f66c440981e18867de96a37b (patch) | |
tree | b9fa04813d795fb6ffdbc3eb56b52e44c2b0a4ce | |
parent | 7697eb1565ccf1d29683529091422687f7dc1588 (diff) | |
download | puppet-wordpress-39bd63df44eab144f66c440981e18867de96a37b.tar.gz puppet-wordpress-39bd63df44eab144f66c440981e18867de96a37b.tar.bz2 |
Updating wp-cli deploy 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 3ca2859..558f65c 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 => 'fe2be3169b315fd0ffd5e65949aa29713f7329d9', + revision => 'f93b73ca35350e48c727fc5a6862d3f7e2c31b33', owner => 'root', group => 'root', } |