Skip to content

Run puppet generate types if there are custom types #43

@ekohl

Description

@ekohl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions