You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default netbios_name value results in a literal %{facts.hostname} in the netbios name field. Probably because the value is using single quotes instead of double quotes. When modifying this you should consider using the modern fact %{facts.networking.hostname} as the bare %{facts.hostname} is a legacy fact.
Add hosts_allow and host_deny at the share level
Add inherit_acl and host msdfs at the share level
Fix netbios_name default string rehanone#55
regenerated REFERENCE.md
added +4 in samba test resource
The default netbios_name value results in a literal
%{facts.hostname}
in the netbios name field. Probably because the value is using single quotes instead of double quotes. When modifying this you should consider using the modern fact%{facts.networking.hostname}
as the bare%{facts.hostname}
is a legacy fact.puppet-samba/manifests/init.pp
Line 178 in 7146080
The text was updated successfully, but these errors were encountered: