]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Drupal console (commented)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 17:01:40 +0000 (15:01 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 17:01:40 +0000 (15:01 -0200)
manifests/init.pp

index 11a58f0d5d9d8da5b929b52e0bde1685a098e366..63ed0625e85a10b204011f828f93df90171506af 100644 (file)
@@ -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',
+  #}
 }