Skip to content

Commit

Permalink
set client package name on EL's (replaces PR #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 15, 2014
1 parent 8c962ee commit 82f0eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
case platform
when "arch"
default["samba"]["client_package"] = "smbclient"
when "redhat", "centos", "fedora", "scientific", "amazon"
default["samba"]["client_package"] = "samba-client"
else
default["samba"]["client_package"] = "smbclient"
end
Expand Down

0 comments on commit 82f0eaf

Please sign in to comment.