class drupal::makefiles {
# Drupal 6 makefile
file { "/usr/local/share/drupal/drupal6.make":
- ensure => present,
+ ensure => absent,
owner => root,
group => root,
mode => 644,
# Drupal 6 theme makefile
file { "/usr/local/share/drupal/themes6.make":
- ensure => present,
+ ensure => absent,
owner => root,
group => root,
mode => 644,
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'],