Skip to content

Commit

Permalink
Include libxslt installation in libxml2 cookbook
Browse files Browse the repository at this point in the history
Conflicts:

	roles/base.rb
  • Loading branch information
ku1ik committed Nov 8, 2011
1 parent 11fc799 commit 02b84c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbooks/libxml2/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

when 'fedora'
package 'libxml2-devel'
package 'libxslt-devel'

when 'mac_os_x'
package 'libxml2'
Expand Down
2 changes: 1 addition & 1 deletion roles/base.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description 'Basic LLP workstation'

run_list 'recipe[curl]', 'recipe[wget]', 'recipe[git]', 'recipe[ack]', 'recipe[vim]', 'recipe[ctags]', 'recipe[firefox]', 'recipe[google-chrome]', 'recipe[skype]'
run_list 'recipe[curl]', 'recipe[wget]', 'recipe[git]', 'recipe[libxml2]', 'recipe[ack]', 'recipe[vim]', 'recipe[ctags]', 'recipe[firefox]', 'recipe[google-chrome]', 'recipe[skype]'

0 comments on commit 02b84c3

Please sign in to comment.