]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Dependency fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 14:35:31 +0000 (12:35 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 14:35:31 +0000 (12:35 -0200)
manifests/init.pp

index 20e08c13adbd71193c80c0d9503a596a5107c91f..4fcd34117d7012a4bd3b3ca8a1a27200f61a971f 100644 (file)
@@ -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'],
   }
 }