- 19 Jan, 2021 4 commits
-
-
Olav Morken authored
Update components to latest versions See merge request !14
-
Olav Morken authored
We have some sort of incompatibility with recent Ruby versions on Ubuntu 20.04 when running tests locally. Ensure that we are using the latest version of the various gems to prevent this issue.
-
Olav Morken authored
We are still running Puppet 6.x on our Puppet servers while Puppet 7 is available. To ensure that we test our code using the current Puppet version we need to pin this project to using the same version as our Puppet servers are running. Update Gemfile with the current version and rebuild Gemfile.lock to match.
-
Olav Morken authored
We run Debian Buster on our Puppet servers, so we should use the same version in our deploy scripts.
-
- 19 Feb, 2020 4 commits
-
-
Olav Morken authored
Add ruby-pwsh gem See merge request !13
-
Olav Morken authored
This patch adds the `ruby-pwsh` gem: https://github.com/puppetlabs/ruby-pwsh This gem is used by the puppetlabs/powershell Puppet module, so we need to install it in order to test code using that module. Without it, the tests will fail with an error: > Could not autoload puppet/provider/exec/powershell: cannot load such > file -- ruby-pwsh
-
Olav Morken authored
Update RubyGems See merge request !12
-
Olav Morken authored
This patch updates Gemfile.lock with the newest version of the RubyGems.
-
- 10 Feb, 2020 8 commits
-
-
Olav Morken authored
Update gems See merge request !11
-
Olav Morken authored
-
Olav Morken authored
-
Olav Morken authored
-
Olav Morken authored
Fix build error due to missing Docker See merge request !10
-
Olav Morken authored
To be able to use the `docker` command, we must extend the `.docker` job from the CI helpers repository.
-
Olav Morken authored
Update to use GitLab CI helpers See merge request !9
-
Olav Morken authored
-
- 05 Apr, 2019 2 commits
-
-
Olav Morken authored
Remove unused variables See merge request !7
-
Sigmund Augdal authored
-
- 22 Feb, 2019 2 commits
-
-
Olav Morken authored
Update dependencies See merge request !6
-
Olav Morken authored
This patch bumps the version number of the various dependencies.
-
- 17 Jan, 2019 2 commits
-
-
Olav Morken authored
Allow modules to opt-in to strict variables See merge request !5
-
Olav Morken authored
Strict variables can be disabled in spec tests by setting `STRICT_VARIABLES` to `no`. This is done by default for existing modules, since many of them have strict variable errors in third-party dependencies. This patch allows us to opt-in to strict variables in modules which support it.
-
- 15 Jan, 2019 2 commits
-
-
Olav Morken authored
Update installed gems See merge request !4
-
Olav Morken authored
This updates Puppet to version 6.1.0 and librarian-puppet to 3.0.0
-
- 03 Dec, 2018 2 commits
-
-
Olav Morken authored
Use Puppetfile.lock when installing external modules See merge request !3
-
Olav Morken authored
-
- 20 Aug, 2018 3 commits
-
-
Olav Morken authored
Split modules See merge request !2
-
Olav Morken authored
-
Olav Morken authored
Now that the Puppet master fetches configuration from the new configuration service, we should longer upload these files to the master.
-
- 15 Aug, 2018 6 commits
-
-
Olav Morken authored
-
Olav Morken authored
This patch adds support for uploading the configuration and external modules to the Puppet configuration service.
-
Olav Morken authored
This will allow us to reuse that code in multiple scripts
-
Olav Morken authored
The order of elements in the URL was changed, so we need to update this project to match the new order.
-
Olav Morken authored
This patch enables uploading of modules to the Puppet configuration service. This service will simplify deployment of Puppet masters.
-
Olav Morken authored
We no longer run any Puppet jobs on Jenkins, so we no longer need to support it. This simplifies the code slightly.
-
- 13 Aug, 2018 1 commit
-
-
Olav Morken authored
We have some modules that don't have a Rakefile -- skip the tests in that case.
-
- 10 Aug, 2018 4 commits
-
-
Olav Morken authored
Add Docker & GitLab CI support See merge request !1
-
Olav Morken authored
-
Olav Morken authored
-
Olav Morken authored
Add a test to verify the presence of the environment variables, and give an error message if they are missing.
-