diff --git a/recipes/default.rb b/recipes/default.rb index 437528b8..3e19cd78 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -79,7 +79,7 @@ cookbook_file '/usr/bin/neutron-enable-bridge-firewall.sh' do group 'wheel' mode '0755' action :create - only_if { node['platform_family'] == 'redhat' } + only_if { node['platform_family'] == 'rhel' } end if node['openstack']['mq']['service_type'] == 'rabbit'