Skip to content

A few small puppet helper fixes#97

Merged
mcdonaldseanp merged 3 commits into
puppetlabs:masterfrom
caseywilliams:small-fixes
Jan 23, 2019
Merged

A few small puppet helper fixes#97
mcdonaldseanp merged 3 commits into
puppetlabs:masterfrom
caseywilliams:small-fixes

Conversation

@caseywilliams
Copy link
Copy Markdown
Contributor

Three small commits here:

  • Use the facter helper in puppet_agent_version_on - This seems to be more reliably correct when executing facter on windows where the PATH may not be updated correctly on the SUT.
  • Consistently downcase collection names - There are no puppet collections that use capital letters, so always convert any collection parameters to install_puppet_agent_on to lowercase (instead of expecting the caller to get it right -- this is often confusing for PC1/pc1)
  • Pass host targets along to the install method during puppetserver install (my mistake)

There are no puppet collections that use capital letters, so always
convert collection parameters to `install_puppet_agent_on` to lowercase.
This is more reliably correct when executing facter on windows where the
PATH may not be updated correctly on the SUT.
@caseywilliams
Copy link
Copy Markdown
Contributor Author

PR tests are still broken, but spec test pass for me locally

@speedofdark
Copy link
Copy Markdown
Contributor

Maybe add (maint) to the title :) ?

@caseywilliams
Copy link
Copy Markdown
Contributor Author

(maint) is in all of the commit messages -- the title on github doesn't affect what goes into the repo

@mcdonaldseanp mcdonaldseanp merged commit 1d26958 into puppetlabs:master Jan 23, 2019
@caseywilliams caseywilliams deleted the small-fixes branch January 23, 2019 20:40
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

Successfully merging this pull request may close these issues.

3 participants