]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 3 Feb 2012 19:21:16 +0000 (17:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 3 Feb 2012 19:21:16 +0000 (17:21 -0200)
manifests/init.pp

index 2ae41010e02b223ab2792f036bc2eef34ce32e62..76136931aafc62d143c553c3cd97fb20a899b79d 100644 (file)
@@ -66,22 +66,22 @@ class drupal inherits pear {
   }
 
   # Drupal 6 theme makefile
-  file { "/usr/local/share/drupal/theme6.make":
+  file { "/usr/local/share/drupal/themes6.make":
     ensure  => present,
     owner   => root,
     group   => root,
     mode    => 644,
-    source  => "puppet:///modules/drupal/theme6.make",
+    source  => "puppet:///modules/drupal/themes6.make",
     require => File['/usr/local/share/drupal'],
   }
 
   # Drupal 7 theme makefile
-  file { "/usr/local/share/drupal/theme7.make":
+  file { "/usr/local/share/drupal/themes7.make":
     ensure  => present,
     owner   => root,
     group   => root,
     mode    => 644,
-    source  => "puppet:///modules/drupal/theme7.make",
+    source  => "puppet:///modules/drupal/themes7.make",
     require => File['/usr/local/share/drupal'],
   }
 }