aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-23 12:35:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-23 12:35:31 -0200
commitfcee611a3c88891d43143daf4215b95945339ac5 (patch)
treed72630e4400761f33b9e1a470b127e49e6c4ed65
parent420fe6f3a439142084d8549a05bc79b0d2486556 (diff)
downloadpuppet-drupal-fcee611a3c88891d43143daf4215b95945339ac5.tar.gz
puppet-drupal-fcee611a3c88891d43143daf4215b95945339ac5.tar.bz2
Dependency fix
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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'],
}
}