Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
it-puppet-modulesync-configs
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai
it-puppet-modulesync-configs
Merge requests
!427
Just use latest puppet in examples
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Just use latest puppet in examples
docs
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Steve Traylen
requested to merge
docs
into
master
2 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
When running tests on command line just let latest puppet be used as that's simplest.
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b032ff6a
1 commit,
2 years ago
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
4
−
4
Options
@@ -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