From: Silvio Rhatto Date: Mon, 23 Nov 2015 14:35:31 +0000 (-0200) Subject: Dependency fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fcee611a3c88891d43143daf4215b95945339ac5;p=puppet-drupal.git Dependency fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 20e08c1..4fcd341 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -164,6 +164,6 @@ class drupal( ensure => '/usr/local/share/drush/drush', owner => root, group => root, - require => Vcrepo['/usr/local/share/drush'], + require => Vcsrepo['/usr/local/share/drush'], } }