CHANGES
1. Added pursenmp and pynetbox into "nr.nornir version" call output
2. Improved "\n" newline and "\\n" escaped newline handling for inline salt cli arguments to address issue 21
FEATURES
1. Added execution module nr.netbox function to enable various interactions between Netbox and Nornir
2. Added support to honour "jinja_env" configuration for proxy minion rendering to address issue 21
3. Added "multiline" argument to nr.cfg_gen function to return either as single multiline string or a list of commands
4. Added support to supply any arbitrary data for rendering using "job_data" argument, that is to keep pillar data small,
allowing to load any parameters from files on demand for rendering within templates
5. Added capability to define Nornir "user_defined" configuration in Salt-Nornir proxy pillar under "configuration" key.
TESTING
1. Tested 0.15.0 release with SaltStack 3005 - all 389 tests are passing.