aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-23 14:46:14 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-23 14:46:14 -0200
commit30da9ca63f5576cac73292b6191b7d1ae1844aa4 (patch)
treec95347be857a4da0f6604f0aad8e7b4ba36189b4
parent9c41f88f26458e661bfdd71e90ee24f9d74b7b2c (diff)
downloadpuppet-drupal-30da9ca63f5576cac73292b6191b7d1ae1844aa4.tar.gz
puppet-drupal-30da9ca63f5576cac73292b6191b7d1ae1844aa4.tar.bz2
Comment drush vcsrepo
-rw-r--r--manifests/init.pp16
1 files 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':