diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-01-19 16:24:38 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-01-19 16:24:38 -0200 |
commit | 8e4e953bcb71b0ba4776014cae86c015f11c9409 (patch) | |
tree | 64d757116c14d080783e996465a81f415f158496 | |
parent | dcf0809e7923c766b3f7475d4c0e1322398d8492 (diff) | |
download | puppet-wordpress-8e4e953bcb71b0ba4776014cae86c015f11c9409.tar.gz puppet-wordpress-8e4e953bcb71b0ba4776014cae86c015f11c9409.tar.bz2 |
Cleanup
-rw-r--r-- | manifests/init.pp | 4 |
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", |