From 71a13074de068b2f3694fca5aea9e9428b35c9c3 Mon Sep 17 00:00:00 2001 From: Roman Isko Date: Mon, 28 Aug 2017 15:03:14 +0300 Subject: [PATCH] added bash command to install Puppet 5.X (#104) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b4ffa96..fdf2f39 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ Puppet > 4.X $ wget -O - https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_agent.sh | sudo sh ``` +Puppet > 5.X +``` +$ wget -O - https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_5_agent.sh | sudo sh +``` + ## Running Acceptance Tests Pick an Operating System then run the rake helper: