diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 17:34:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 17:34:15 -0300 |
commit | e944121c2fd9258d909f39943d90bcaa312eff41 (patch) | |
tree | 38c052ff61b46c4db3e417025c9df9ec5e5a005a /manifests | |
parent | 3e2b0ddfe4b24c97e5ad40af31aa21357766df30 (diff) | |
download | puppet-wordpress-e944121c2fd9258d909f39943d90bcaa312eff41.tar.gz puppet-wordpress-e944121c2fd9258d909f39943d90bcaa312eff41.tar.bz2 |
Enchancing user experience of wordpress script
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 6 |
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, |