Extend README with example of how to update a module

t490
Jack Henschel 4 years ago
parent 077573c2f9
commit afb6873b19

@ -8,4 +8,9 @@ Put this repository into `~/.puppet/`.
puppet module install --target 'modules' 'puppetlabs-apt' --version '6.2.1'
```
Upgrade with:
```
puppet module upgrade --modulepath 'modules' --version=10.3.0 'puppetlabs-mysql'
```
Commit modules to Git!

Loading…
Cancel
Save