Skip to content

Commit

Permalink
added dependency packages for fedora source install
Browse files Browse the repository at this point in the history
  • Loading branch information
Halliday, Peter committed May 7, 2014
1 parent b1bca76 commit f06e5ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Gemfile.lock
.kitchen
bin
.kitchen.local.yml
.coverage
.coverage
.ruby-version
2 changes: 2 additions & 0 deletions recipes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

# move this to attributes.
case node['platform_family']
when 'fedora'
pkgs = %w{ openssl-devel libcurl-devel expat-devel perl-ExtUtils-MakeMaker }
when 'rhel'
case node['platform_version'].to_i
when 5
Expand Down

0 comments on commit f06e5ff

Please sign in to comment.