Skip to content

Commit

Permalink
Merge pull request voxpupuli#66 from anders-larsson/fix_hieraconfig
Browse files Browse the repository at this point in the history
Prevent interpolation of HIERACONFIG
  • Loading branch information
bastelfreak authored Feb 7, 2024
2 parents 155a704 + d650145 commit 44374ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV PUPPETSERVER_JAVA_ARGS="-Xms1024m -Xmx1024m" \
PUPPETSERVER_ENVIRONMENT_TIMEOUT=unlimited \
PUPPETSERVER_ENABLE_ENV_CACHE_DEL_API=true \
ENVIRONMENTPATH=/etc/puppetlabs/code/environments \
HIERACONFIG="$confdir/hiera.yaml" \
HIERACONFIG='$confdir/hiera.yaml' \
CSR_ATTRIBUTES='{}'

# NOTE: this is just documentation on defaults
Expand Down

0 comments on commit 44374ec

Please sign in to comment.