-
Notifications
You must be signed in to change notification settings - Fork 68
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
(MODULES-3034) Feature Configuration #24
(MODULES-3034) Feature Configuration #24
Conversation
Support enabling or disabling chocolatey features
Add examples and reference for Chocolatey Feature.
|
The spec tests should pass, the reference tests should fail - I was having issues with flipping nokogiri so I was not able to get that finished. Ugh. |
| step 'Apply manifest' | ||
| apply_manifest(chocolatey_src, :expect_failures => true) do | ||
| step 'Verify Failure' | ||
| assert_match(/Error: Validation of Chocolateyfeature\[checksumFiles\] failed: asdf/, stderr, "stderr did not match expected") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WIP - this is on purpose to cause an error - Want to find out what the value is to add but was not able to get tests running locally.
Add the reference tests for Chocolatey Feature.
e97cabd
to
bdc93da
Compare
|
@puppetlabs/windows this is ready for final review and merge. |
|
YTMND! |
(maint) update presentations README and puppet reveal.js template
Supersedes #23.
Support enabling or disabling chocolatey features.
Add documentation and reference tests.