summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-07-19 17:34:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-07-19 17:34:15 -0300
commite944121c2fd9258d909f39943d90bcaa312eff41 (patch)
tree38c052ff61b46c4db3e417025c9df9ec5e5a005a /manifests
parent3e2b0ddfe4b24c97e5ad40af31aa21357766df30 (diff)
downloadpuppet-wordpress-e944121c2fd9258d909f39943d90bcaa312eff41.tar.gz
puppet-wordpress-e944121c2fd9258d909f39943d90bcaa312eff41.tar.bz2
Enchancing user experience of wordpress script
Diffstat (limited to 'manifests')
-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,