Skip to content

(CONT-792) - Add Puppet 8/Drop Puppet 6 #1414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 45 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
99c998a
(CONT-792) - PDK Update
Apr 19, 2023
b2a0b17
(CONT-792) - Add Puppet 8/Drop Puppet 6
Apr 19, 2023
7122e4c
(CONT-792) - Update rubocop gems
Apr 19, 2023
4708b40
(CONT-792) - Pin puppet_agent v4.13.0
Apr 19, 2023
f2e450a
(CONT-792) - Update .rubocop.yml
Apr 19, 2023
8fa354c
(CONT-792) - add rubocop_todo
Apr 19, 2023
02305d0
(CONT-792) - Correct Layout/ClosingHeredocIndentation
Apr 19, 2023
4d95ef7
(CONT-792) - Correct Layout/EmptyLineAfterGuardClause
Apr 19, 2023
33a3634
(CONT-792) - Correct Layout/HashAlignment
Apr 19, 2023
44e2ef8
(CONT-792) - Layout/HeredocIndentation
Apr 19, 2023
7606efa
(CONT-792) - Layout/LineEndStringConcatenationIndentation
Apr 19, 2023
f83639c
(CONT-792) - Correct Layout/SpaceAroundMethodCallOperator
Apr 19, 2023
723ae0d
(CONT-792) - Correct Lint/DeprecatedOpenSSLConstant
Apr 19, 2023
893798d
(CONT-792) - Bump concat dependency
Apr 19, 2023
c77755b
(CONT-792) - Fix hash argument spec failure
Apr 19, 2023
84b36aa
(CONT-792) - Remove Redundant RHEL7/Puppet 5 Spec test
Apr 19, 2023
cf51a71
(CONT-792) - Correct Lint/DuplicateBranch
Apr 19, 2023
2345de7
(CONT-792) - Correct Lint/EmptyBlock
Apr 19, 2023
c3632a9
(CONT-792) - Correct Lint/MissingCopEnableDirective
Apr 19, 2023
27660b6
(CONT-792) - Correct Lint/RedundantCopEnableDirective
Apr 19, 2023
db6f562
(CONT-792) - Correct Naming/AccessorMethodName
Apr 19, 2023
5bbd183
(CONT-792) - Correct RSpec/BeEq
Apr 19, 2023
8e0275a
(CONT-792) - Correct RSpec/ContextMethod
Apr 19, 2023
92627d6
(CONT-792) - Correct RSpec/EmptyLineAfterExample
Apr 19, 2023
758ea2c
(CONT-792) - Correct RSpec/EmptyLineAfterExampleGroup
Apr 19, 2023
c598e08
(CONT-792) - Correct RSpec/EmptyLineAfterHook
Apr 19, 2023
a3aa06f
(CONT-792) - Correct RSpec/ExampleWording
Apr 19, 2023
858bb6f
(CONT-792) - Correct RSpec/ImplicitSubject
Apr 19, 2023
d13c35f
(CONT-792) - Correct Style/CommentedKeyword
Apr 19, 2023
c9fd38d
(CONT-792) - Correct Style/FrozenStringLiteralComment
Apr 19, 2023
f87c000
(CONT-792) - Correct Style/GlobalStdStream
Apr 19, 2023
b141749
(CONT-792) - Correct Style/IfUnlessModifier
Apr 19, 2023
902cc7f
(CONT-792) - Correct Style/MixinUsage
Apr 19, 2023
53c8642
(CONT-792) - Correct Style/RedundantRegexpCharacterClass
Apr 19, 2023
973e15b
(CONT-792) - Correct Style/RedundantRegexpEscape
Apr 19, 2023
80a089f
(CONT-792) - Correct Style/RedundantStringEscape
Apr 19, 2023
ca4c9a7
(CONT-792) - Correct Style/RescueStandardError
Apr 19, 2023
6c89748
(CONT-792) - Correct Style/StringConcatenation
Apr 19, 2023
45653ef
(CONT-792) - Correct Style/SymbolProc
Apr 19, 2023
c4b5bbf
(CONT-792) - Correct Style/TernaryParentheses
Apr 19, 2023
83be16e
(CONT-792) - Correct Style/TrailingCommaInHashLiteral
Apr 19, 2023
c12e53c
(CONT-792) - Fix broken Acceptance
Apr 19, 2023
a098797
(CONT-792) - Temp Acceptance Fix
Apr 20, 2023
ababcf5
(CONT-792) - Correct Style/NumericPredicate
Apr 20, 2023
97c55f7
(CONT-792) - Correct Lint/RedundantCopEnableDirective
Apr 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"path": "bash"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fixtures:
provision: "https://github.com/puppetlabs/provision.git"
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.12.1
ref: v4.13.0
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
systemd: "https://github.com/voxpupuli/puppet-systemd.git"
Loading