Skip to content

Commit

Permalink
added bash command to install Puppet 5.X (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sturman authored and petems committed Aug 28, 2017
1 parent 967065c commit 71a1307
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 71a1307

Please sign in to comment.