You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install_puppet_5_agent.sh
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,10 @@ else
183
183
info "Matching Puppet version to puppet-agent package version (See http://docs.puppetlabs.com/puppet/latest/reference/about_agent.html for more details)"
184
184
case"$version"in
185
185
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'
187
190
;;
188
191
*)
189
192
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