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

Run puppet generate types if there are custom types #43

Open
ekohl opened this issue Mar 13, 2023 · 0 comments
Open

Run puppet generate types if there are custom types #43

ekohl opened this issue Mar 13, 2023 · 0 comments

Comments

@ekohl
Copy link
Member

ekohl commented Mar 13, 2023

puppetlabs/puppetlabs-concat#759 shows a case where a refactor broke puppet generate types. Running this in an acceptance test would help and mirror real deployments closer. It should be done after all modules have been installed, so after this bit:

case modules
when :metadata
install_module
install_module_dependencies
when :fixtures
fixture_modules = File.join(Dir.pwd, 'spec', 'fixtures', 'modules')
Voxpupuli::Acceptance::Fixtures.install_fixture_modules_on(hosts, fixture_modules)
end

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

No branches or pull requests

1 participant