Skip to content

Commit 530b8c3

Browse files
author
jordanbreen28
committed
(bug) - Remove reference to obselete manifest_dir
This commit removes references to the obselete manifest_dir puppet configuration setting which was removed in puppet 4.x and above. This started to happen as the latest release of rspec-puppet removed this setting.
1 parent 9e988c8 commit 530b8c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppetlabs_spec_helper/module_spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def verify_contents(subject, title, expected_lines)
6767

6868
c.environmentpath = spec_path
6969
c.module_path = module_path
70-
c.manifest_dir = File.join(fixture_path, 'manifests')
7170

7271
# https://github.com/puppetlabs/rspec-puppet#strict_variables
7372
c.strict_variables = ENV['STRICT_VARIABLES'] != 'no'

0 commit comments

Comments
 (0)