puppet-lint 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8eaced98bf8f51da32089208cd7d628100e532e91d7323b77d04264584efecb
4
- data.tar.gz: b4edfa7027559c4ccc1f0f25433558069857e9cbb6ef17ddcad85a9db1ee795f
3
+ metadata.gz: 7b11b9e197b9d535a12a054f70eb91e946fb61eab5377617473eff216bea8737
4
+ data.tar.gz: 111b88c93388f7593e7176ee7bd8de5df04a849844fca0a77feea6a623c073f4
5
5
  SHA512:
6
- metadata.gz: 3b88dcb4eee4df0475c83764f456a3a9f2721bbee922ca8b7cb981225d07c4be674ffc4f929a45ec6e357b4c7ca702e1c88ffbbe44f4e52dd3f54836233852d4
7
- data.tar.gz: dc0278aea71db1cab2c2de6788d58ab51c15a25567c912ec5fd3456c60a2c30eb1e43c2b55015bf242a1da9217c5f4c8c8c409dfb777504730f9ed3ae300520b
6
+ metadata.gz: ae49b487202623f3684530562a0277c5306d62b3c45473f1b49266478b1fc3df2e1d46924cbffd4ad371d4b299be4ccd6737edc3082d9a5c9f347977e57216f0
7
+ data.tar.gz: 23a4ff18eccb4dc1503ce403df40df7a430123fbfff01e77bf56bbe408b5b5ad8cc2ab3dbfebb159b654639ce130a9d329e78df7e3fc9e31abf513efcf09c421
@@ -62,11 +62,11 @@ PuppetLint.new_check(:legacy_facts) do
62
62
  'lsbminordistrelease' => "facts['os']['distro']['release']['minor']",
63
63
  'lsbrelease' => "facts['os']['distro']['release']['specification']",
64
64
  'macaddress' => "facts['networking']['mac']",
65
- 'macosx_buildversion' => "facts['os']['build']",
66
- 'macosx_productname' => "facts['os']['product']",
67
- 'macosx_productversion' => "facts['os']['version']['full']",
68
- 'macosx_productversion_major' => "facts['os']['version']['major']",
69
- 'macosx_productversion_minor' => "facts['os']['version']['minor']",
65
+ 'macosx_buildversion' => "facts['os']['macosx']['build']",
66
+ 'macosx_productname' => "facts['os']['macosx']['product']",
67
+ 'macosx_productversion' => "facts['os']['macosx']['version']['full']",
68
+ 'macosx_productversion_major' => "facts['os']['macosx']['version']['major']",
69
+ 'macosx_productversion_minor' => "facts['os']['macosx']['version']['minor']",
70
70
  'manufacturer' => "facts['dmi']['manufacturer']",
71
71
  'memoryfree' => "facts['memory']['system']['available']",
72
72
  'memorysize' => "facts['memory']['system']['total']",
@@ -1,3 +1,3 @@
1
1
  class PuppetLint
2
- VERSION = '3.2.0'.freeze
2
+ VERSION = '3.3.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Sharpe
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-02-28 00:00:00.000000000 Z
13
+ date: 2023-03-07 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: " Checks your Puppet manifests against the Puppetlabs style guide
16
16
  and alerts you to any discrepancies.\n"