(GH-1445) Add OSX 10.15 support#133
Merged
donoghuc merged 1 commit intopuppetlabs:masterfrom Feb 27, 2020
Merged
Conversation
This adds the OSX 10.15 platform to the Bolt project, allowing packages to be built for the platform.
Contributor
|
I started to type out a message to describe some other things I think would need to happen in bolt and then i realized it would be easier to just make a quick PR. puppetlabs/bolt#1641 |
Contributor
Author
|
Built, installed, and ran on skimpy-icicle.delivery.puppetlabs.net |
donoghuc
approved these changes
Feb 27, 2020
Contributor
donoghuc
left a comment
There was a problem hiding this comment.
Installed agent using puppetlabs/puppetlabs-puppet_agent#471 and apply for sure works. Got an interesting facter warning but i'm not sure it has anything to do with the build.
skimpy-icicle:~ root# bolt apply -e "notice('hi')" -t localhost
Starting: install puppet and gather facts on localhost
Finished: install puppet and gather facts with 0 failures in 5.49 sec
Starting: apply catalog on localhost
Started on localhost...
Finished on localhost:
Warning: Facter: Could not find a default route. Using first non-loopback interface
changed: 0, failed: 0, unchanged: 0 skipped: 0, noop: 0
Finished: apply catalog with 0 failures in 11.36 sec
Successful on 1 target: localhost
lucywyman
added a commit
to lucywyman/bolt
that referenced
this pull request
Mar 2, 2020
This adds documentation for installing Bolt on OSX 10.15. Related PRs: - [x] [ci-job-configs](https://github.com/puppetlabs/ci-job-configs/pull/6834) - [x] [bolt-vanagon](puppetlabs/bolt-vanagon#133) Closes puppetlabs#1445
2 tasks
lucywyman
added a commit
to lucywyman/bolt
that referenced
this pull request
Mar 2, 2020
This adds documentation for installing Bolt on MacOS 10.15. Related PRs: - [x] [ci-job-configs](https://github.com/puppetlabs/ci-job-configs/pull/6834) - [x] [bolt-vanagon](puppetlabs/bolt-vanagon#133) Closes puppetlabs#1445
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.
This adds the OSX 10.15 platform to the Bolt project, allowing packages
to be built for the platform.