From 35d2d0ae30512e3c91f2c9eed57e913ba7bc1424 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Feb 2013 15:23:11 -0200 Subject: Oops --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index a3db0c6..87ae883 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,7 +17,7 @@ class drupal( # Drush config folder file { '/etc/drush': - ensure => directory + ensure => directory, owner => root, grop => root, mode => 0644, -- cgit v1.2.3