From e944121c2fd9258d909f39943d90bcaa312eff41 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 19 Jul 2012 17:34:15 -0300 Subject: Enchancing user experience of wordpress script --- manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests') 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, -- cgit v1.2.3