aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
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',
+ #}
}