puppet-catalog-test 0.2.2 → 0.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.
- data/Rakefile +2 -0
- data/lib/puppet-catalog-test/rake_task.rb +3 -1
- data/puppet-catalog-test.gemspec +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -7,6 +7,7 @@ module PuppetCatalogTest
|
|
|
7
7
|
|
|
8
8
|
attr_accessor :module_paths
|
|
9
9
|
attr_accessor :manifest_path
|
|
10
|
+
attr_accessor :config_dir
|
|
10
11
|
attr_accessor :scenario_yaml
|
|
11
12
|
attr_accessor :include_pattern
|
|
12
13
|
attr_accessor :exclude_pattern
|
|
@@ -25,7 +26,8 @@ module PuppetCatalogTest
|
|
|
25
26
|
def setup
|
|
26
27
|
puppet_config = {
|
|
27
28
|
:manifest_path => @manifest_path,
|
|
28
|
-
:module_paths => @module_paths
|
|
29
|
+
:module_paths => @module_paths,
|
|
30
|
+
:config_dir => @config_dir
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
pct = TestRunner.new(puppet_config)
|
data/puppet-catalog-test.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'puppet-catalog-test'
|
|
3
|
-
s.version = '0.
|
|
3
|
+
s.version = '0.3.0'
|
|
4
4
|
s.homepage = 'https://github.com/invadersmustdie/puppet-catalog-test/'
|
|
5
5
|
s.summary = 'Test all your puppet catalogs for compiler warnings and errors'
|
|
6
6
|
s.description = 'Test all your puppet catalogs for compiler warnings and errors.'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet-catalog-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-10-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: puppet
|
|
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
version: '0'
|
|
93
93
|
segments:
|
|
94
94
|
- 0
|
|
95
|
-
hash:
|
|
95
|
+
hash: 2503528581094198792
|
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
none: false
|
|
98
98
|
requirements:
|