From b847a76f9ac52ffac7377f96abe36b78b9edd687 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 4 Feb 2011 19:50:12 -0200 Subject: Drupal 7 makefile --- manifests/init.pp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 5ddd1c9..176b352 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -41,7 +41,7 @@ class drupal inherits pear { mode => 755, } - # Drupal makefile + # Drupal 6 makefile file { "/usr/local/share/drupal/drupal6.make": ensure => present, owner => root, @@ -50,4 +50,14 @@ class drupal inherits pear { source => "puppet:///modules/drupal/drupal6.make", require => File['/usr/local/share/drupal'], } + + # Drupal 7 makefile + file { "/usr/local/share/drupal/drupal7.make": + ensure => present, + owner => root, + group => root, + mode => 644, + source => "puppet:///modules/drupal/drupal7.make", + require => File['/usr/local/share/drupal'], + } } -- cgit v1.2.3