summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-07 13:07:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-07 13:07:08 -0200
commit39bd63df44eab144f66c440981e18867de96a37b (patch)
treeb9fa04813d795fb6ffdbc3eb56b52e44c2b0a4ce
parent7697eb1565ccf1d29683529091422687f7dc1588 (diff)
downloadpuppet-wordpress-39bd63df44eab144f66c440981e18867de96a37b.tar.gz
puppet-wordpress-39bd63df44eab144f66c440981e18867de96a37b.tar.bz2
Updating wp-cli deploy commit
-rw-r--r--manifests/init.pp2
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',
}