-
Notifications
You must be signed in to change notification settings - Fork 104
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
(FM-8081) pdk new transport #666
Conversation
Acceptance tests fail expectedly as they need the puppetlabs/pdk-templates#251 merged first |
Temporarily blocked on at least adding the resource API gem to the PDK package and come up with some solution to the |
Added puppetlabs/puppet-module-gems#98 to make the Resource API gem part of the default bundle. I have no simpler solution for the rspec-mocks stuff than is already on the table; specifically
|
c291d76
to
38c60fb
Compare
restarted travis and appveyor tests since everything else has been merged by now |
38c60fb
to
bfb384b
Compare
... and fixed the code |
This change implements a `pdk new transport` command for using the new Resource API transports. It is closely modelled on the `pdk new provider` command.
bfb384b
to
8b11d9c
Compare
@scotje this is now complete as far as I can tell. |
🔥 👿 |
Revert "Merge pull request #666 from DavidS/fm-8081-pdk-new-transport"
Implementation for puppetlabs-toy-chest/pdk-planning#31
Requires puppetlabs/pdk-templates#251