From fb2041733d3ace059b63648aff097ba08ec13eda Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Oct 2016 09:29:55 -0300 Subject: Do not manage /tmp/.htaccess --- manifests/init.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index da68b08..a409c86 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,13 +50,13 @@ class drupal { } # See https://drupal.org/SA-CORE-2013-003 - file { "/tmp/.htaccess": - ensure => present, - owner => root, - group => root, - mode => 644, - source => "puppet:///modules/drupal/htaccess", - } + #file { "/tmp/.htaccess": + # ensure => present, + # owner => root, + # group => root, + # mode => 644, + # source => "puppet:///modules/drupal/htaccess", + #} # Ensure there's no old, buggy code in drupal farms file { [ '/var/www/data/drupal-6/backup', '/var/www/data/drupal-7/backup' ]: -- cgit v1.2.3