summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-01-19 16:24:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-01-19 16:24:38 -0200
commit8e4e953bcb71b0ba4776014cae86c015f11c9409 (patch)
tree64d757116c14d080783e996465a81f415f158496
parentdcf0809e7923c766b3f7475d4c0e1322398d8492 (diff)
downloadpuppet-wordpress-8e4e953bcb71b0ba4776014cae86c015f11c9409.tar.gz
puppet-wordpress-8e4e953bcb71b0ba4776014cae86c015f11c9409.tar.bz2
Cleanup
-rw-r--r--manifests/init.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c0bb622..4bc2a34 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,10 +1,6 @@
class wordpress {
$wp_cli = 'https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar'
- file { "/usr/local/sbin/wordpress":
- ensure => absent,
- }
-
file { "/usr/local/bin/wordpress":
ensure => present,
source => "puppet:///modules/wordpress/wordpress.sh",