Skip to content
Snippets Groups Projects

Just use latest puppet in examples

Merged Steve Traylen requested to merge docs into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -115,11 +115,11 @@ The next is a working example for *aiadm8.cern.ch*:
```bash
git clone https://:@gitlab.cern.ch:8443/ai/it-puppet-module-yourmodule.git
cd code
BUNDLE_GEMFILE=../ci/Gemfile PUPPET_VERSION='~> 6.15.0' bundle install
BUNDLE_GEMFILE=../ci/Gemfile PUPPET_VERSION='~> 6.15.0' bundle exec rake --rakefile ../ci/Rakefile test
BUNDLE_GEMFILE=../ci/Gemfile bundle install
BUNDLE_GEMFILE=../ci/Gemfile bundle exec rake --rakefile ../ci/Rakefile test
```
You can switch from the version of Puppet that we run on-site to a particular
version of Puppet 6 by issuing bundle update. There's no need to install
You can switch from the latest version of Puppet to a particular
version of Puppet by issuing bundle update. There's no need to install
anything from scratch. For instance, to jump to the latest Puppet 6:
```bash
Loading