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.
|
Variant[Undef, String] $netbios_name = '%{facts.hostname}', |
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