SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
databases/puppetdb/7/patches/patch-ext_cli_ssl-setup
Normal file
17
databases/puppetdb/7/patches/patch-ext_cli_ssl-setup
Normal file
|
@ -0,0 +1,17 @@
|
|||
Index: ext/cli/ssl-setup
|
||||
--- ext/cli/ssl-setup.orig
|
||||
+++ ext/cli/ssl-setup
|
||||
@@ -240,10 +240,10 @@ else
|
||||
PATH=/opt/puppetlabs/bin:/opt/puppet/bin:$PATH
|
||||
agent_confdir=`puppet agent --configprint confdir`
|
||||
agent_vardir=`puppet agent --configprint vardir`
|
||||
- user=puppetdb
|
||||
- group=puppetdb
|
||||
+ user=_puppetdb
|
||||
+ group=_puppetdb
|
||||
|
||||
- puppetdb_confdir="/etc/puppetlabs/puppetdb"
|
||||
+ puppetdb_confdir="${SYSCONFDIR}/puppetlabs/puppetdb"
|
||||
fi
|
||||
|
||||
set -e
|
Loading…
Add table
Add a link
Reference in a new issue