From: Silvio Rhatto Date: Thu, 7 Feb 2013 17:25:23 +0000 (-0200) Subject: Oops (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2e5c8c4d83fe99d4026e53721facbf8bd707e3ee;p=puppet-drupal.git Oops (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index 87ae883..eef169a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -19,7 +19,7 @@ class drupal( file { '/etc/drush': ensure => directory, owner => root, - grop => root, + group => root, mode => 0644, }