Skip to content

Commit

Permalink
Merge pull request #70 from scopenco/master
Browse files Browse the repository at this point in the history
Switch to platform_family
  • Loading branch information
vkhatri authored Oct 11, 2016
2 parents b4d645d + 40a4640 commit 1ea6cf3
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 @@ -19,7 +19,7 @@

include_recipe 'filebeat::attributes'

include_recipe 'yum-plugin-versionlock::default' if node['platform'] == 'rhel' || node['platform'] == 'centos'
include_recipe 'yum-plugin-versionlock::default' if node['platform_family'] == 'rhel'

# install filebeat
case node['platform']
Expand Down

0 comments on commit 1ea6cf3

Please sign in to comment.