From 8e4e953bcb71b0ba4776014cae86c015f11c9409 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 19 Jan 2016 16:24:38 -0200 Subject: Cleanup --- manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'manifests') 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", -- cgit v1.2.3