We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
&&
and
1 parent 36b5d1c commit a469fa1Copy full SHA for a469fa1
libraries/provider_git_client_package.rb
@@ -8,7 +8,7 @@ class Package < Chef::Provider::GitClient
8
9
action :install do
10
# FIXME: rhel 5
11
- include_recipe 'yum-epel' if node['platform_family'] == 'rhel' and node['platform_version'].to_i == 5
+ include_recipe 'yum-epel' if node['platform_family'] == 'rhel' && node['platform_version'].to_i == 5
12
13
# Software installation
14
package "#{new_resource.name} :create #{parsed_package_name}" do
0 commit comments