From: Silvio Rhatto Date: Fri, 14 Oct 2016 12:29:55 +0000 (-0300) Subject: Do not manage /tmp/.htaccess X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fb2041733d3ace059b63648aff097ba08ec13eda;p=puppet-drupal.git Do not manage /tmp/.htaccess --- 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' ]: