Skip to content

Commit 7aea3a7

Browse files
install the latest and greatest version of puppet 5
1 parent 8a5765f commit 7aea3a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install_puppet_5_agent.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@ else
183183
info "Matching Puppet version to puppet-agent package version (See http://docs.puppetlabs.com/puppet/latest/reference/about_agent.html for more details)"
184184
case "$version" in
185185
5.0.*)
186-
puppet_agent_version='5.0.0'
186+
puppet_agent_version='5.0.1'
187+
;;
188+
5.1.*)
189+
puppet_agent_version='5.1.0'
187190
;;
188191
*)
189192
critical "Unable to match requested puppet version to puppet-agent version - Check http://docs.puppetlabs.com/puppet/latest/reference/about_agent.html"

0 commit comments

Comments
 (0)