Skip to content

Commit dda29bc

Browse files
committed
(maint) Fix puppet_service_name on FreeBSD
1 parent 8aaf63c commit dda29bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
'FreeBSD': {
130130
$etcdir = '/usr/local/etc/puppetlabs/puppetdb'
131131
$puppet_confdir = pick($puppetdb::globals::puppet_confdir,'/usr/local/etc/puppetlabs/puppet')
132-
$puppet_service_name = undef
132+
$puppet_service_name = 'puppetserver'
133133
}
134134
default: {
135135
fail("The fact 'os.family' is set to ${fact('os.family')} which is not supported by the puppetdb module.")

0 commit comments

Comments
 (0)