]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Comment drush vcsrepo
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 16:46:14 +0000 (14:46 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 16:46:14 +0000 (14:46 -0200)
manifests/init.pp

index 78e3fcbef83acf6c6e5f0a5bcaf0b04320295ec3..adb79f54ec74f3743acd41d9c13320b4588b12f0 100644 (file)
@@ -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':