Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: samba
-
Labels:None
-
Environment:
any environment but redhat/centos. the service name is set properly for those platforms
Description
should be "nmbd" not "nmdb"
https://github.com/opscode/cookbooks/blob/master/samba/recipes/server.rb#L41
svcs = value_for_platform(
["ubuntu", "debian"] => { "default" => ["smbd", "nmdb"] },
["redhat", "centos", "fedora"] => { "default" => ["smb", "nmb"] },
"arch" => { "default" => [ "samba" ] },
"default" => ["smbd", "nmdb"]
)
Activity
- All
- Comments
- History
- Activity
- Transitions Summary
Fixed in opscode/master and released in samba v0.10.4.