Skip to content

Commit

Permalink
Upgrade Puppet Server and PuppetDB
Browse files Browse the repository at this point in the history
Addresses #54
  • Loading branch information
vladgh committed Feb 5, 2018
1 parent e4b0bf5 commit c58d0a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion puppetdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Vlad Ghinea vlad@ghn.me"
ENV PATH=/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/opt/puppetlabs/server/bin:/usr/local/bin:$PATH \
PUPPET_RELEASE="puppet-release-xenial" \
PUPPET_AGENT_VERSION="5.3.4" \
PUPPETDB_VERSION="5.1.3" \
PUPPETDB_VERSION="5.1.4" \
PUPPETDB_JAVA_ARGS="-Djava.net.preferIPv4Stack=true -Xms128M -Xmx512M" \
TINI_VERSION="0.16.1"

Expand Down
2 changes: 1 addition & 1 deletion puppetserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Vlad Ghinea vlad@ghn.me"
ENV PATH=/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/opt/puppetlabs/server/bin:/usr/local/bin:$PATH \
PUPPET_RELEASE="puppet-release-xenial" \
PUPPET_AGENT_VERSION="5.3.4" \
PUPPETSERVER_VERSION="5.1.4" \
PUPPETSERVER_VERSION="5.1.5" \
PUPPETSERVER_JAVA_ARGS="-Xms128M -Xmx512M" \
HIERA_EYAML_VERSION='~> 2.0' \
TINI_VERSION="0.16.1"
Expand Down
4 changes: 2 additions & 2 deletions puppetserverdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LABEL maintainer "Vlad Ghinea vlad@ghn.me"
ENV PATH=/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/opt/puppetlabs/server/bin:/usr/local/bin:$PATH \
PUPPET_RELEASE="puppet-release-xenial" \
PUPPET_AGENT_VERSION="5.3.4" \
PUPPETSERVER_VERSION="5.1.4" \
PUPPETSERVER_VERSION="5.1.5" \
PUPPETSERVER_JAVA_ARGS="-Xms128M -Xmx512M" \
PUPPETDB_TERMINUS_VERSION="5.1.3" \
PUPPETDB_TERMINUS_VERSION="5.1.4" \
HIERA_EYAML_VERSION='~> 2.0' \
TINI_VERSION="0.16.1"

Expand Down

0 comments on commit c58d0a4

Please sign in to comment.