From 6006e03009d45a1e142fdcd2c04d17d4c39b83da Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Nov 2015 15:01:40 -0200 Subject: Drupal console (commented) --- manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 11a58f0..63ed062 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -189,4 +189,13 @@ class drupal( cwd => '/tmp', creates => '/usr/local/bin/drush', } + + # Drupal Console + # TODO: we should expect at least https download protocol. + #exec { 'getdrupalconsole': + # command => '/usr/bin/curl -LSs http://drupalconsole.com/installer | php && /bin/mv console.phar /usr/local/bin/drupal-console', + # user => 'root', + # cwd => '/tmp', + # creates => '/usr/local/bin/drupal-console', + #} } -- cgit v1.2.3