summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f454ce5..aa24593 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -22,6 +22,12 @@ class wordpress {
mode => 755,
}
+ file { "/usr/local/sbin/wp":
+ ensure => '/usr/local/sbin/wordpress',
+ owner => root,
+ group => root,
+ }
+
vcsrepo { "/usr/local/share/wp-cli":
ensure => present,
provider => git,