-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from skyamgarp/PA-6764
(PA-6764) Add MacOS 15 ARM to the install-puppet script
- Loading branch information
Showing
4 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule facts
updated
25 files
+9 −0 | .github/workflows/release.yml | |
+12 −1 | .gitignore | |
+29 −1 | .pdkignore | |
+9 −0 | .puppet-lint.rc | |
+698 −44 | .rubocop.yml | |
+0 −7 | .sync.yml | |
+6 −0 | .vscode/extensions.json | |
+1 −0 | .yardopts | |
+26 −15 | CHANGELOG.md | |
+33 −28 | Gemfile | |
+14 −71 | Rakefile | |
+1 −0 | data/common.yaml | |
+21 −0 | hiera.yaml | |
+5 −5 | metadata.json | |
+2 −0 | pdk.yaml | |
+11 −11 | plans/external.pp | |
+0 −1 | spec/acceptance/init_spec.rb | |
+5 −5 | spec/acceptance/linux_spec.rb | |
+3 −3 | spec/acceptance/windows_spec.rb | |
+4 −3 | spec/default_facts.yml | |
+3 −3 | spec/plans/info_spec.rb | |
+12 −12 | spec/plans/init_spec.rb | |
+69 −5 | spec/spec_helper.rb | |
+1 −1 | spec/spec_helper_acceptance.rb | |
+10 −15 | tasks/ruby.rb |
Submodule puppet_agent
updated
19 files
+2 −6 | .github/workflows/task_acceptance_tests.yaml | |
+5 −0 | .sync.yml | |
+37 −5 | CHANGELOG.md | |
+1 −1 | Gemfile | |
+15 −0 | REFERENCE.md | |
+12 −3 | acceptance/helpers.rb | |
+4 −4 | acceptance/tests/test_upgrade_puppet6_to_puppet7.rb | |
+4 −4 | acceptance/tests/test_upgrade_puppet7_to_puppet8.rb | |
+3 −34 | manifests/osfamily/debian.pp | |
+5 −5 | metadata.json | |
+7 −1 | plans/run.pp | |
+9 −51 | spec/classes/puppet_agent_osfamily_debian_spec.rb | |
+1 −0 | spec/classes/puppet_agent_osfamily_redhat_spec.rb | |
+1 −1 | spec/spec_helper_acceptance.rb | |
+174 −172 | task_spec/spec/acceptance/init_spec.rb | |
+36 −2 | tasks/install_shell.sh | |
+4 −0 | tasks/run.json | |
+16 −3 | tasks/run.rb | |
+2 −0 | tasks/version_shell.sh |