Skip to content

Commit

Permalink
sysctl deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
kouki-o committed Dec 7, 2015
1 parent 3685e0e commit d3fde42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site :opscode
metadata

cookbook "sysctl", "= 0.4.0"
cookbook "sysctl", "= 0.7.0"
cookbook "cron", "= 1.3.6"
cookbook "iptables"

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.5'

depends 'sysctl', '= 0.4.0'
depends 'sysctl', '= 0.7.0'
depends 'cron', '= 1.3.6'
depends 'awscli'
depends 'iptables'
Expand Down
2 changes: 2 additions & 0 deletions recipes/setup-ip-masquerading.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
value 1
end

# setting sysctl
include_recipe 'sysctl::apply'

# setting iptables
include_recipe 'iptables'
Expand Down

0 comments on commit d3fde42

Please sign in to comment.