Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest_dir seems to not be evaluated #775

Open
walkamongus opened this issue Nov 4, 2019 · 1 comment
Open

manifest_dir seems to not be evaluated #775

walkamongus opened this issue Nov 4, 2019 · 1 comment

Comments

@walkamongus
Copy link

I have a manifest directory when I have some global resource settings that apply to select resources in my entire codebase. I have Rspec configured via c.manifest_dir and c.manifest, but when executing a spec test for a class that contains the interesting resources, they do not contain the expected global resource defaults -- as if the manifest_dir is not being evaluated prior to the class.

Debug output shows my class being loaded into rp_env prior to compilation, but no manifest directory.

@rodjek
Copy link
Owner

rodjek commented Jan 7, 2020

What version of Puppet are you testing against? The manifestdir setting was removed in Puppet 4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants