rspec-puppet 4.0.0 → 4.0.1
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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +6 -16
- data/lib/rspec-puppet/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cd03a236a8ecccba9131563b0eb1cba1acbf1527fc3fa3a26f73aa0ed71b8bf
|
|
4
|
+
data.tar.gz: 26e3dd952e69e4481ab11ea9adc03a9df5b7a5a6b1dd968cac08e1cd02665f30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e4e98146c015657bf6507b08aed32d4f3dc24f44e9b04539054465df4025c5dc737d7b42e261553cdcbf0a75b84812c739243a41514689395d7505571f23ea5
|
|
7
|
+
data.tar.gz: de6e30c989030a40a781fdadefcb88b3b70a7bcb3372ec869f1ddc03d7b00ec50fd4f9cbfc1450c00e96ef5d9eb061244938d1ff629df654f9aeb595e004573c
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
|
|
6
6
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
|
|
7
7
|
|
|
8
|
+
## [v4.0.1](https://github.com/puppetlabs/rspec-puppet/tree/v4.0.1) - 2023-11-22
|
|
9
|
+
|
|
10
|
+
[Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v4.0.0...v4.0.1)
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- (maint) - Add original owners [#90](https://github.com/puppetlabs/rspec-puppet/pull/90) ([jordanbreen28](https://github.com/jordanbreen28))
|
|
15
|
+
|
|
8
16
|
## [v4.0.0](https://github.com/puppetlabs/rspec-puppet/tree/v4.0.0) - 2023-10-09
|
|
9
17
|
|
|
10
18
|
[Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v3.0.0...v4.0.0)
|
data/README.md
CHANGED
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
* [Hiera integration](#hiera-integration)
|
|
17
17
|
* [Producing coverage reports](#producing-coverage-reports)
|
|
18
18
|
* [Related projects](#related-projects)
|
|
19
|
+
* [Development](#development)
|
|
20
|
+
* [License](#license)
|
|
19
21
|
|
|
20
22
|
## Installation
|
|
21
23
|
|
|
@@ -93,22 +95,6 @@ Hash | `{}` | any
|
|
|
93
95
|
A hash of default trusted facts that should be used for all the tests
|
|
94
96
|
(available in the manifests as the `$trusted` hash).
|
|
95
97
|
|
|
96
|
-
#### trusted\_node\_data
|
|
97
|
-
Type | Default | Puppet Version(s)
|
|
98
|
-
------- | ------- | -----------------
|
|
99
|
-
Boolean | `false` | any
|
|
100
|
-
|
|
101
|
-
Configures rspec-puppet to use the `$trusted` hash when compiling the
|
|
102
|
-
catalogues.
|
|
103
|
-
|
|
104
|
-
#### trusted\_server\_facts
|
|
105
|
-
Type | Default | Puppet Version(s)
|
|
106
|
-
------- | ------- | -----------------
|
|
107
|
-
Boolean | `false` | any
|
|
108
|
-
|
|
109
|
-
Configures rspec-puppet to use the `$server_facts` hash when compiling the
|
|
110
|
-
catalogues.
|
|
111
|
-
|
|
112
98
|
#### confdir
|
|
113
99
|
Type | Default | Puppet Version(s)
|
|
114
100
|
------ | --------------- | ------------------
|
|
@@ -1016,6 +1002,10 @@ If you run into an issue with this tool or would like to request a feature you c
|
|
|
1016
1002
|
|
|
1017
1003
|
If you have problems getting this tool up and running, please contact Support.
|
|
1018
1004
|
|
|
1005
|
+
## License
|
|
1006
|
+
|
|
1007
|
+
This codebase is licensed under Apache 2.0. However, the open source dependencies included in this codebase might be subject to other software licenses such as AGPL, GPL2.0, and MIT.
|
|
1008
|
+
|
|
1019
1009
|
## Thank you
|
|
1020
1010
|
|
|
1021
1011
|
Many thanks to the original author of rspec-puppet Tim Sharpe (@rodjek).
|
data/lib/rspec-puppet/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-puppet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
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-11-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec
|
|
@@ -26,10 +26,7 @@ dependencies:
|
|
|
26
26
|
- - "~>"
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
28
|
version: '3.0'
|
|
29
|
-
description:
|
|
30
|
-
RSpec tests for your Puppet manifests.
|
|
31
|
-
Note: Support for this gem has been moved under a new namespace and as such any future updates from
|
|
32
|
-
the Puppet team will be released as `puppetlabs-rspec-puppet`.
|
|
29
|
+
description: " RSpec tests for your Puppet manifests.\n"
|
|
33
30
|
email:
|
|
34
31
|
- tim@sharpe.id.au
|
|
35
32
|
- modules-team@puppet.com
|