Add eula check
If "accept_eula" is required to install sql_server and the default value is false, we should let the user know instead of running the installer and letting it failing with a non-obvious error code
Obvious fix
Description
Adds warning to required attribute for server install
Check List
- [ ] All tests pass. See TESTING.md for details.
- [ ] New functionality includes testing.
- [ ] New functionality has been documented in the README if applicable.
If accept_eula is required and defaults set it to false I'm not sure how this test ever passed unless it was overridden somewhere
"sql_server::server When all attributes are default, on Windows 2012, it should converge successfully converges successfully"
@RiverHeart for a unit test, you should check and see if by default it displays this error, otherwise you should set it to true so the other tests pass.
@RiverHeart for a unit test, you should check and see if by default it displays this error, otherwise you should set it to true so the other tests pass.
Will do!