]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Disables unsupported drupal 6 makefiles
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Jun 2016 13:36:35 +0000 (10:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Jun 2016 13:36:35 +0000 (10:36 -0300)
manifests/makefiles.pp

index 28f250700e561aa130dcaf9c9d834e3109fc7f83..945b2312be683b2373011b6c1d6cf64179bb7572 100644 (file)
@@ -1,7 +1,7 @@
 class drupal::makefiles {
   # Drupal 6 makefile
   file { "/usr/local/share/drupal/drupal6.make":
-    ensure  => present,
+    ensure  => absent,
     owner   => root,
     group   => root,
     mode    => 644,
@@ -21,7 +21,7 @@ class drupal::makefiles {
 
   # Drupal 6 theme makefile
   file { "/usr/local/share/drupal/themes6.make":
-    ensure  => present,
+    ensure  => absent,
     owner   => root,
     group   => root,
     mode    => 644,
@@ -46,7 +46,7 @@ class drupal::makefiles {
     weekday  => 4,
     hour     => "02",
     minute   => "30",
-    ensure   => present,
+    ensure   => absent,
     require  => File['/usr/local/sbin/drupal',
                      '/usr/local/share/drupal/drupal6.make',
                      '/usr/local/share/drupal/themes6.make'],