From fcee611a3c88891d43143daf4215b95945339ac5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Nov 2015 12:35:31 -0200 Subject: Dependency fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], } } -- cgit v1.2.3