From 30da9ca63f5576cac73292b6191b7d1ae1844aa4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Nov 2015 14:46:14 -0200 Subject: Comment drush vcsrepo --- manifests/init.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 78e3fcb..adb79f5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -151,14 +151,14 @@ class drupal( backup => false, } - vcsrepo { "/usr/local/share/drush": - ensure => present, - provider => git, - source => 'https://github.com/drush-ops/drush', - revision => '401f034c59b031221d900bec7c2ba81d1331c284', - owner => 'root', - group => 'root', - } + #vcsrepo { "/usr/local/share/drush": + # ensure => present, + # provider => git, + # source => 'https://github.com/drush-ops/drush', + # revision => '401f034c59b031221d900bec7c2ba81d1331c284', + # owner => 'root', + # group => 'root', + #} # Composer exec { 'getcomposer': -- cgit v1.2.3