diff options
-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 1a09b36..423b3ba 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 => '27a2ff1e94ccb924d24a978c78fb3b1a9520ee25', + revision => 'b30a0745ef5ffe1c9f2a4d9a021aef213a78c867', owner => 'root', group => 'root', } |