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

(PDK-1172) Call PDK::Util::Bundler.ensure_bundle! after module creation #589

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

rodjek
Copy link
Contributor

@rodjek rodjek commented Nov 1, 2018

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 92.941% when pulling bad22d5 on rodjek:pdk-1172 into 3527c5c on puppetlabs:master.

@@ -84,6 +84,8 @@ def self.invoke(opts = {})

begin
if FileUtils.mv(temp_target_dir, target_dir)
Dir.chdir(target_dir) { PDK::Util::Bundler.ensure_bundle! }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to do this regardless of whether or not it's a package install?

Copy link
Contributor Author

@rodjek rodjek Nov 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so (unless anyone can think of a reason why not to), if for no other reason than keeping the behaviour consistent.

@bmjen bmjen merged commit 5158bfd into puppetlabs:master Nov 6, 2018
@rodjek rodjek deleted the pdk-1172 branch November 6, 2018 22:44
@bmjen bmjen added the bug label Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants