-
Notifications
You must be signed in to change notification settings - Fork 285
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-1014) Adding noop mode option #153
(MODULES-1014) Adding noop mode option #153
Conversation
|
We like the idea of noop! |
(MODULES-1014) Adding noop mode option
|
I'll have a Beaker test for this as soon as voxpupuli/beaker#313 is fixed! 👍 |
|
Hi, Not sure if this is quite the right place to post this (apologies if not -- please do let me know where I should put it instead), but I'm getting an issue post this commit on Fedora 17 using puppet 2.7.21. The error is: Is there some other dependency I've missed? Thanks, |
|
Hm, that may be a bug with this PR. @petems The beaker issue 313 linked above is now resolved, do you have a moment to write up a test for this noop mode? |
|
@PeterJCLaw If you patch in #176 does it resolve the problem for you? |
|
I've got a beaker test with the new |
|
Ok, looks like it's a live issue even with the latest change: |
|
I probably should have mentioned upfront that this is with an existing config which uses |
|
Hi, |
(MODULES-1014) Adding noop mode option
This is a bit of a test the waters pull-request.
So there's a ticket to add a noop option detection (https://tickets.puppetlabs.com/browse/MODULES-1014), I'm thinking it'd look something like this? If people are cool with this I can add it to all the non-idempotent stuff. Any thoughts?