samba: Style fix for WINS config file.
This commit is contained in:
parent
c14530e44e
commit
e0362e5215
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class samba::server::configs {
|
||||||
ensure => present,
|
ensure => present,
|
||||||
content => $samba_wins ? {
|
content => $samba_wins ? {
|
||||||
"" => "name resolve order = lmhosts host bcast\n",
|
"" => "name resolve order = lmhosts host bcast\n",
|
||||||
default => "name resolve order = lmhosts host wins bcast\nwins server=${samba_wins}\n",
|
default => "name resolve order = lmhosts host wins bcast\nwins server = ${samba_wins}\n",
|
||||||
},
|
},
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
|
|
Loading…
Add table
Reference in a new issue