diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 15:23:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 15:23:11 -0200 |
commit | 35d2d0ae30512e3c91f2c9eed57e913ba7bc1424 (patch) | |
tree | d492c260f1f10248a675633ee15ec0aea5cbab91 | |
parent | 686968381969b01ee6623d7f758bbf10e547aef9 (diff) | |
download | puppet-drupal-35d2d0ae30512e3c91f2c9eed57e913ba7bc1424.tar.gz puppet-drupal-35d2d0ae30512e3c91f2c9eed57e913ba7bc1424.tar.bz2 |
Oops
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |