]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Jan 2016 18:14:08 +0000 (16:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Jan 2016 18:14:08 +0000 (16:14 -0200)
manifests/init.pp

index f5efdf8a0176c9e25a04893327282f75abca004a..8c4881adaeeb922bde2ef6314df401b4fcffff0c 100644 (file)
@@ -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',
-  }
 }