diff options
-rw-r--r-- | manifests/init.pp | 14 |
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' ]: |