Skip to content

Commit 8b6b926

Browse files
committed
(maint) Fix path to configuration files on FreeBSD
The FreeBSD ports install PuppetDB configuration in /usr/local/etc/puppetdb.
1 parent dda29bc commit 8b6b926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/params.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
$puppet_service_name = undef
128128
}
129129
'FreeBSD': {
130-
$etcdir = '/usr/local/etc/puppetlabs/puppetdb'
131-
$puppet_confdir = pick($puppetdb::globals::puppet_confdir,'/usr/local/etc/puppetlabs/puppet')
130+
$etcdir = '/usr/local/etc/puppetdb'
131+
$puppet_confdir = pick($puppetdb::globals::puppet_confdir,'/usr/local/etc/puppet')
132132
$puppet_service_name = 'puppetserver'
133133
}
134134
default: {

0 commit comments

Comments
 (0)