Make Windows driver plugin opt-in via config#720
Conversation
|
👍 |
|
Pretty sure most windows users wanted this 3 years ago |
|
should the creation of the mashes be moved into the |
|
The creation of the |
|
👍 |
@jaym I thought that was how you did it, but maybe I was misremembering or you changed it or something? In any case I guess it's kind of a toss-up. In one case |
1b2a227 to
05e6dfe
Compare
|
That's the first way I did it, then I decided to change it so that it was like the plugin never ran. |
|
I'll change to make it consistent with what you did. |
|
👍 |
Makes the windows
Driversplugin opt-in via a config setting, similar to the packages plugin (see: #717 ). This is technically a breaking change, but we decided in this case that the plugin was delivering too much negative value so it's worth it. The plugin can be re-enabled by settingohai.plugins[:drivers][:enabled] = truein the Chef config file.