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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b11b9e197b9d535a12a054f70eb91e946fb61eab5377617473eff216bea8737
|
|
4
|
+
data.tar.gz: 111b88c93388f7593e7176ee7bd8de5df04a849844fca0a77feea6a623c073f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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']",
|
data/lib/puppet-lint/version.rb
CHANGED
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.
|
|
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-
|
|
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"
|