Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-14 | (MODULES-11371) Add Vox Beaker gem | Michael Hashizume | |
In 742031c, we updated the module according to PDK template 7.2.1, which updated puppetlabs_spec_helper. The updated version of puppetlabs_spec_helper removed the Beaker rake task, which we use for acceptance testing. This commit adds the voxpupuli-acceptance gem, which re-adds the Beaker rake task. | |||
2022-03-21 | (maint) Add Solaris patch to testing | Christopher Thorn | |
2021-10-01 | (MODULES-11197) Rubocop fixes | Bobosila Victor | |
2021-10-01 | (MODULES-11197) Update the pdk template to 2.2.0 | Bobosila Victor | |
2021-03-11 | (maint) Switch to rspec-mocks | Gabriel Nagy | |
2019-10-24 | (maint) Update module using PDK 1.14.0 | mihaibuzgau | |
2019-01-08 | (maint) update PDK to 1.8.0; update all templates | Melissa Stone | |
2018-07-17 | Include puppet 6 and remove default role | Josh Cooper | |
* Bump max version to 7 * Install module on all hosts, not just those with the default role | |||
2018-07-10 | Convert query based test to rspec | Josh Cooper | |
2018-07-10 | Convert modify based tests to rspec | Josh Cooper | |
Consolidate tests relating to modifying host entries. | |||
2018-07-10 | Convert destroy based tests to rspec | Josh Cooper | |
Consolidate tests relating to destroying host entries. | |||
2018-07-10 | Convert create based tests to rspec | Josh Cooper | |
Consolidate tests relating to creating host entries. | |||
2018-07-10 | Add spec_helper_acceptance | Josh Cooper | |
2018-07-10 | Rename beaker tests to end with _spec | Josh Cooper | |
2018-07-10 | Add default centos nodeset | Josh Cooper | |
2018-07-10 | Actually delete tempfiles | Josh Cooper | |
Call cleanup after each test completes The record_tmp method needs to record the files to be deleted in the same class variable that the cleanup method uses. | |||
2018-07-10 | Remove RSpec/AnyInstance violation | Josh Cooper | |
Just pass the hostfile as the target when creating the Puppet::Type::Host instance. | |||
2018-07-10 | Remove RSpec/InstanceVariable violations | Josh Cooper | |
Use `let` instead. | |||
2018-07-10 | Remove Lint/AssignmentInCondition violation | Josh Cooper | |
2018-07-10 | Remove Lint/EndAlignment violations | Josh Cooper | |
2018-07-10 | Remove Lint/HandleExceptions violations | Josh Cooper | |
2018-07-10 | Remove Style/GlobalVars violations | Josh Cooper | |
2018-07-10 | Remove Lint/ScriptPermission violation | Josh Cooper | |
rspec files are not directly executable by ruby, so remove shebang line | |||
2018-07-09 | Automatic validation updates | Josh Cooper | |
Updated rubocop violations using `pdk validate -a`. | |||
2018-07-09 | Add local spec_helper | Josh Cooper | |
2018-07-09 | Initial host import from puppet#ee7cf4d28077be7d1bdbbe934ea012d41d33deff | Josh Cooper | |
2018-07-09 | Initial pdk new module | Josh Cooper | |