diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e144c1d..d3a162b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,4 +22,12 @@ class wordpress { mode => 755, } + vcsrepo { "/usr/local/share/wp-cli": + ensure => present, + provider => git, + source => 'git://github.com/wp-cli/wp-cli.git', + revision => '0d8487b771afbaf1acd8c086e088f9d3601c3395', + owner => 'root', + group => 'root', + } } |