diff options
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'], } } |