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':