Skip to content

Commit baf89c6

Browse files
Merge pull request #55 from thedarkwriter/TRAINTECH-6921
Fixing the typo in the docker rpm call
2 parents d41d585 + 0da84e1 commit baf89c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"name": "pltraining-dockeragent",
19-
"version": "0.0.15",
19+
"version": "0.0.16",
2020
"author": "pltraining",
2121
"summary": "Manages Puppet Labs training classroom environments",
2222
"license": "Apache 2.0",

templates/agent_Dockerfile.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Josh Samuelson <[email protected]>
55
ENV HOME /root/
66
ENV TERM xterm
77
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/puppetlabs/puppet/bin
8-
RUN rpm -Uvh https://yum.puppetlabs.com/puppet5/puppet-release-el-<%= $os_major %>.noarch.rpm
8+
RUN rpm -Uvh https://yum.puppetlabs.com/puppet5/puppet5-release-el-<%= $os_major %>.noarch.rpm
99
RUN yum -y install puppet-agent
1010
ADD puppet.conf /etc/puppetlabs/puppet/puppet.conf
1111
ADD download_catalogs.sh /usr/local/bin/download_catalogs.sh

0 commit comments

Comments
 (0)