Skip to content

Commit

Permalink
[GH-4] Use chef-xforty drush recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
David King committed Aug 13, 2012
1 parent 142cc96 commit 3daf3e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,10 @@
chef-drupal changelog chef-drupal changelog
===================== =====================


### 1.1.0 (August 13, 2012)

* Use chef-xforty drush recipe [GH-4]

### 1.0.0 (August 9, 2012) ### 1.0.0 (August 9, 2012)


* Started using git-flow for development * Started using git-flow for development
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
chef-drupal chef-drupal
=========== ===========
version 1.0.0 - [changelog](https://github.com/xforty/chef-drupal/blob/master/CHANGELOG.md) version 1.1.0 - [changelog](https://github.com/xforty/chef-drupal/blob/master/CHANGELOG.md)


### Description ### Description


Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
license "Apache 2.0" license "Apache 2.0"
description "Installs a drupal-ready environment" description "Installs a drupal-ready environment"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0" version "1.1.0"


depends "apache2" depends "apache2"
depends "drush"
depends "imagemagick" depends "imagemagick"
depends "iptables" depends "iptables"
depends "mysql" depends "mysql"
depends "php" depends "php"
depends "php_module" depends "php_module"
depends "php_pear" depends "php_pear"
depends "xforty"
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_recipe "apache2::mod_php5" include_recipe "apache2::mod_php5"
include_recipe "apache2::mod_rewrite" include_recipe "apache2::mod_rewrite"
include_recipe "mysql::server" include_recipe "mysql::server"
include_recipe "drush" include_recipe "xforty::drush"


# No networks defined means we are using forwarded_ports, apply special setup # No networks defined means we are using forwarded_ports, apply special setup
if node['vagrant']['config']['keys']['vm']['networks'].empty? if node['vagrant']['config']['keys']['vm']['networks'].empty?
Expand Down

0 comments on commit 3daf3e7

Please sign in to comment.