From afb6873b19c97d44f332cf37e372ad64a5f3de85 Mon Sep 17 00:00:00 2001 From: Jack Henschel Date: Fri, 20 Dec 2019 13:15:19 +0100 Subject: [PATCH] Extend README with example of how to update a module --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6982741..9799ed0 100644 --- a/README.md +++ b/README.md @@ -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!