(PDB-1455) Correct termini install.sh rubylibdir fallback autodetection#248
Merged
shrug merged 1 commit intopuppetlabs:masterfrom Jun 2, 2015
kbarber:ticket/master/pdb-1455-correct-termini-rubylibdir-autodetection
Merged
(PDB-1455) Correct termini install.sh rubylibdir fallback autodetection#248shrug merged 1 commit intopuppetlabs:masterfrom kbarber:ticket/master/pdb-1455-correct-termini-rubylibdir-autodetection
shrug merged 1 commit intopuppetlabs:masterfrom
kbarber:ticket/master/pdb-1455-correct-termini-rubylibdir-autodetection
Conversation
The autodetection routine for AIO pathed Puppet rubylibdir wasn't working. This showed up when we tried to point our PuppetDB source based tests at a the ezbake upgrade branch. This patch adds the Puppet 4/AIO path to PATH when trying to call ruby to figure out where the terminus belongs. Signed-off-by: Ken Barber <ken@bob.sh>
Contributor
|
@kbarber looks sane enough. are there any other |
Contributor
Author
|
@haus I'm not sure I understand, do you mean "is /opt/puppet/bin still necessary" or do you mean "any other paths we can throw in here for now". :-). |
Contributor
|
@kbarber i mean did we miss any other uses of /opt/puppet/bin that will break things in a new PE world 😄 |
Contributor
|
@kbarber a brief search looks like we're fine here. |
Contributor
|
Contributor
|
i'm 👍 here |
Contributor
Author
|
@haus oh I get you ... yeah, I cannot find a thing. |
shrug
pushed a commit
that referenced
this pull request
Jun 2, 2015
…ermini-rubylibdir-autodetection (PDB-1455) Correct termini install.sh rubylibdir fallback autodetection
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The autodetection routine for AIO pathed Puppet rubylibdir wasn't working.
This showed up when we tried to point our PuppetDB source based tests at a
the ezbake upgrade branch.
This patch adds the Puppet 4/AIO path to PATH when trying to call ruby to
figure out where the terminus belongs.
Signed-off-by: Ken Barber ken@bob.sh