equal
deleted
inserted
replaced
78 |
78 |
79 validate_absolute_path($composer_path) |
79 validate_absolute_path($composer_path) |
80 |
80 |
81 $install_base_path = '/opt/drush' |
81 $install_base_path = '/opt/drush' |
82 $drush_exe_default = '/usr/local/bin/drush' |
82 $drush_exe_default = '/usr/local/bin/drush' |
|
83 if($php_path) { |
|
84 $drush_php = $php_path |
|
85 } else { |
|
86 $drush_php = "/usr/bin/php" |
|
87 } |
83 |
88 |
84 class{'drush::setup': } -> |
89 class{'drush::setup': } -> |
85 class{'drush::config': } ~> |
90 class{'drush::config': } ~> |
86 class{'drush::cacheclear': } -> |
91 class{'drush::cacheclear': } -> |
87 Class['drush'] |
92 Class['drush'] |