Skip to content

Commit

Permalink
Fix Data::Random install failing without gcc being installed first.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Dec 15, 2016
1 parent 07fb328 commit 1ca7fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
license "All rights reserved"
description "Installs/Configures opsview"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.1.1"
version "0.1.2"

depends "acl"
depends "apache2"
depends "build-essential"
depends "database"
depends "mysql"
depends "openssl"
Expand Down
1 change: 1 addition & 0 deletions recipes/check_writable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# All rights reserved - Do Not Redistribute
#

include_recipe "build-essential"
include_recipe "opsview::client"
include_recipe "perl"
include_recipe "yum-epel"
Expand Down

0 comments on commit 1ca7fdf

Please sign in to comment.