aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-23 15:01:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-23 15:01:40 -0200
commit6006e03009d45a1e142fdcd2c04d17d4c39b83da (patch)
tree04997b1f791083c550b2a27499b96d8bbe5d01fd
parent05a9b8cad8b001b6a20fce73896cb378de20fcff (diff)
downloadpuppet-drupal-6006e03009d45a1e142fdcd2c04d17d4c39b83da.tar.gz
puppet-drupal-6006e03009d45a1e142fdcd2c04d17d4c39b83da.tar.bz2
Drupal console (commented)
-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',
+ #}
}