This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redo collections. Use beaker's built-in code more.
The variable `PUPPET_INSTALL_TYPE` was originally introduced to control selecting the PE/foss installation code, and later was changed to allow the puppet-agent install code. It was incorrectly updated in 0.8.0 to also control collections however beaker already controls collections via `BEAKER_PUPPET_COLLECTION` so this was not need (and broke beaker's usage.) `PUPPET_INSTALL_TYPE` still can be used to install 3.x foss instead of puppet-agent, but that is deprecated. Other variables in beaker also cover the functionality provided by some in BPIH.
- Loading branch information
Showing
5 changed files
with
167 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'beaker-puppet_install_helper' | ||
s.version = '0.8.0' | ||
s.version = '0.9.0' | ||
s.authors = ['Puppetlabs'] | ||
s.email = ['[email protected]'] | ||
s.homepage = 'https://github.com/puppetlabs/beaker-puppet_install_helper' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.