summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp17
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',
- }
}