Skip to content

Commit e563378

Browse files
committed
Merge pull request #26 from fessoga5/master
add suport Freebsd named910
2 parents 0ad7b01 + f7a954c commit e563378

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

manifests/params.pp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
$binduser = 'bind'
1616
$bindgroup = 'bind'
1717
}
18+
'Freebsd': {
19+
$packagenameprefix = 'bind910'
20+
$servicename = 'named'
21+
$binduser = 'bind'
22+
$bindgroup = 'bind'
23+
}
1824
default: {
1925
$packagenameprefix = 'bind'
2026
$servicename = 'named'

0 commit comments

Comments
 (0)