Skip to content

Commit

Permalink
Prevent interpolation of HIERACONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-larsson committed Feb 7, 2024
1 parent 155a704 commit d650145
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 d650145

Please sign in to comment.