diff options
Diffstat (limited to 'manifests/init.pp')
-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', } |