3 files changed
+4
-3
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
| |||
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
| 484 | + | |
484 | 485 |
| |
485 | 486 |
| |
486 | 487 |
| |
|
- .github/workflows/release.yml+9
- .gitignore+12-1
- .pdkignore+29-1
- .puppet-lint.rc+9
- .rubocop.yml+698-44
- .sync.yml-7
- .vscode/extensions.json+6
- .yardopts+1
- CHANGELOG.md+26-15
- Gemfile+33-28
- Rakefile+14-71
- data/common.yaml+1
- hiera.yaml+21
- metadata.json+5-5
- pdk.yaml+2
- plans/external.pp+11-11
- spec/acceptance/init_spec.rb-1
- spec/acceptance/linux_spec.rb+5-5
- spec/acceptance/windows_spec.rb+3-3
- spec/default_facts.yml+4-3
- spec/plans/info_spec.rb+3-3
- spec/plans/init_spec.rb+12-12
- spec/spec_helper.rb+69-5
- spec/spec_helper_acceptance.rb+1-1
- tasks/ruby.rb+10-15
Submodule puppet_agent updated 19 files
- .github/workflows/task_acceptance_tests.yaml+2-6
- .sync.yml+5
- CHANGELOG.md+37-5
- Gemfile+1-1
- REFERENCE.md+15
- acceptance/helpers.rb+12-3
- acceptance/tests/test_upgrade_puppet6_to_puppet7.rb+4-4
- acceptance/tests/test_upgrade_puppet7_to_puppet8.rb+4-4
- manifests/osfamily/debian.pp+3-34
- metadata.json+5-5
- plans/run.pp+7-1
- spec/classes/puppet_agent_osfamily_debian_spec.rb+9-51
- spec/classes/puppet_agent_osfamily_redhat_spec.rb+1
- spec/spec_helper_acceptance.rb+1-1
- task_spec/spec/acceptance/init_spec.rb+174-172
- tasks/install_shell.sh+36-2
- tasks/run.json+4
- tasks/run.rb+16-3
- tasks/version_shell.sh+2
0 commit comments