Skip to content

Commit

Permalink
Merge pull request #223 from criteo-forks/selinux
Browse files Browse the repository at this point in the history
Skip SElinux recipe on non linux OSes.
  • Loading branch information
johnbellone committed Sep 25, 2015
2 parents 169703e + 0cb860d commit ce6fd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Copyright 2014, 2015 Bloomberg Finance L.P.
#
include_recipe 'selinux::disabled'
include_recipe 'selinux::disabled' if node['os'] == 'linux'

if node['firewall']['allow_consul']
include_recipe 'firewall::default'
Expand Down

0 comments on commit ce6fd39

Please sign in to comment.