Skip to content

Commit 3ef7f59

Browse files
author
Jarret Lavallee
committed
(maint) Update to PDK 1.14.1
This commit updates the PDK files from 1.12 to 1.14.1.
1 parent 4b2495b commit 3ef7f59

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.rubocop.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Bundler/DuplicatedGem:
2222
Enabled: false
2323
Bundler/OrderedGems:
2424
Enabled: false
25+
GetText/DecorateFunctionMessage:
26+
Enabled: false
27+
GetText/DecorateString:
28+
Enabled: false
29+
GetText/DecorateStringFormattingUsingInterpolation:
30+
Enabled: false
31+
GetText/DecorateStringFormattingUsingPercent:
32+
Enabled: false
2533
Layout/AccessModifierIndentation:
2634
Enabled: false
2735
Layout/AlignArray:
@@ -694,6 +702,3 @@ Style/YodaCondition:
694702
Enabled: false
695703
Style/ZeroLengthPredicate:
696704
Enabled: false
697-
GetText/DecorateString:
698-
Exclude:
699-
- 'files/generate_system_metrics'

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"version_requirement": ">= 4.2.1"
6969
}
7070
],
71-
"pdk-version": "1.12.0",
71+
"pdk-version": "1.14.1",
7272
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
73-
"template-ref": "heads/master-0-g66e1443"
73+
"template-ref": "heads/master-0-g643529a"
7474
}

spec/default_facts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Facts specified here will override the values provided by rspec-puppet-facts.
44
---
55
ipaddress: "172.16.254.254"
6+
ipaddress6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
67
is_pe: false
78
macaddress: "AA:AA:AA:AA:AA:AA"
89
pe_server_version: 2016.4.5

0 commit comments

Comments
 (0)