The main feature of 2.2
is the switch to using a DAG to generate operation order. This mostly replaces line-number ordering (still used to tie-break) and means hacks such as state.preserve_loop_order
are no longer required!
The second highlight feature is the inclusion of type stub files for operations that include all of the global arguments. Thank you to @StefanBRas for implementing this.
Other changes:
- Use home directory fact for default in
server.user
operation (@yunzheng) - Fix matching
replace
as a whole line infiles.line
operation - Fix bug in
mysql.privileges
invalid argument requestingMysqlUserGrants
fact