diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-01-19 16:14:08 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-01-19 16:14:08 -0200 |
commit | 0c96ca334a3525c86292730b726cf11ca76fc3d8 (patch) | |
tree | 45bbd495224c64b24aed4e05bcfa4c0f60892dc3 | |
parent | 571fc50cad04631b2104efc9985a81a0d0e9afd9 (diff) | |
download | puppet-wordpress-0c96ca334a3525c86292730b726cf11ca76fc3d8.tar.gz puppet-wordpress-0c96ca334a3525c86292730b726cf11ca76fc3d8.tar.bz2 |
Cleanup
-rw-r--r-- | manifests/init.pp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f5efdf8..8c4881a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -16,21 +16,4 @@ class wordpress { cwd => '/tmp', creates => '/usr/local/bin/wp-cli', } - - # TODO: remove in the future - file { "/usr/local/sbin/wp": - ensure => absent, - owner => root, - group => root, - } - - # TODO: remove in the future - vcsrepo { "/usr/local/share/wp-cli": - ensure => absent, - provider => git, - source => 'git://github.com/wp-cli/wp-cli.git', - revision => 'b30a0745ef5ffe1c9f2a4d9a021aef213a78c867', - owner => 'root', - group => 'root', - } } |