diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 12:35:31 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 12:35:31 -0200 |
commit | fcee611a3c88891d43143daf4215b95945339ac5 (patch) | |
tree | d72630e4400761f33b9e1a470b127e49e6c4ed65 /manifests | |
parent | 420fe6f3a439142084d8549a05bc79b0d2486556 (diff) | |
download | puppet-drupal-fcee611a3c88891d43143daf4215b95945339ac5.tar.gz puppet-drupal-fcee611a3c88891d43143daf4215b95945339ac5.tar.bz2 |
Dependency fix
Diffstat (limited to 'manifests')
-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 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'], } } |