Skip to content

Commit 7acb8b5

Browse files
author
olevole
committed
Set correct service_provider for FreeBSD
this fixes the error: Error: Services must specify a start command or a binary Tested with: FreeBSD 13.0-ALPHA1
1 parent bee31cd commit 7acb8b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/params.pp

+3
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@
497497
'Alpine': {
498498
$server_service_provider = 'rc-service'
499499
}
500+
'FreeBSD': {
501+
$server_service_provider = 'freebsd'
502+
}
500503
default: {
501504
$server_service_provider = undef
502505
}

0 commit comments

Comments
 (0)