]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Do not manage /tmp/.htaccess
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Oct 2016 12:29:55 +0000 (09:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Oct 2016 12:29:55 +0000 (09:29 -0300)
manifests/init.pp

index da68b0855b83b504871363989e76a843737243e9..a409c86cf115a46f7ff848fcf9fd2954dc74a648 100644 (file)
@@ -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' ]: