aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp14
1 files 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' ]: