Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
COOK-802, corrected nmbd daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 11, 2011
1 parent af9ce76 commit cc386da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samba/recipes/server.rb
Expand Up @@ -39,10 +39,10 @@
)

svcs = value_for_platform(
["ubuntu", "debian"] => { "default" => ["smbd", "nmdb"] },
["ubuntu", "debian"] => { "default" => ["smbd", "nmbd"] },
["redhat", "centos", "fedora"] => { "default" => ["smb", "nmb"] },
"arch" => { "default" => [ "samba" ] },
"default" => ["smbd", "nmdb"]
"default" => ["smbd", "nmbd"]
)

svcs.each do |s|
Expand Down

0 comments on commit cc386da

Please sign in to comment.