Skip to content

Commit

Permalink
Merge pull request #39 from tmoreau/client_package_name4rhel
Browse files Browse the repository at this point in the history
right client package name for rhel
  • Loading branch information
shortdudey123 committed Sep 30, 2015
2 parents 1e689d4 + f126e3d commit 0995306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
when 'ubuntu'
default['gluster']['client']['package'] = 'glusterfs-client'
when 'redhat', 'centos'
default['gluster']['client']['package'] = 'glusterfs'
default['gluster']['client']['package'] = 'glusterfs-fuse'
end

# Gluster volumes to mount
Expand Down

0 comments on commit 0995306

Please sign in to comment.