File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ Bundler/DuplicatedGem:
22
22
Enabled : false
23
23
Bundler/OrderedGems :
24
24
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
25
33
Layout/AccessModifierIndentation :
26
34
Enabled : false
27
35
Layout/AlignArray :
@@ -694,6 +702,3 @@ Style/YodaCondition:
694
702
Enabled : false
695
703
Style/ZeroLengthPredicate :
696
704
Enabled : false
697
- GetText/DecorateString :
698
- Exclude :
699
- - ' files/generate_system_metrics'
Original file line number Diff line number Diff line change 68
68
"version_requirement" : " >= 4.2.1"
69
69
}
70
70
],
71
- "pdk-version" : " 1.12.0 " ,
71
+ "pdk-version" : " 1.14.1 " ,
72
72
"template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
73
- "template-ref" : " heads/master-0-g66e1443 "
73
+ "template-ref" : " heads/master-0-g643529a "
74
74
}
Original file line number Diff line number Diff line change 3
3
# Facts specified here will override the values provided by rspec-puppet-facts.
4
4
---
5
5
ipaddress : " 172.16.254.254"
6
+ ipaddress6 : " FE80:0000:0000:0000:AAAA:AAAA:AAAA"
6
7
is_pe : false
7
8
macaddress : " AA:AA:AA:AA:AA:AA"
8
9
pe_server_version : 2016.4.5
You can’t perform that action at this time.
0 commit comments