**Summary**:
* [[PR 280][280]] Modifies the dynamic import of boto3 to use only absolute
imports, as the previous approach (attempt absolute and relative import)
was deprecated in Python 3.3
* ntp-client-windows-formula:
* Stops using deprecated arguments on reg.present states, which cleans up
extraneous log messages in watchmaker runs under some configurations
* join-domain-formula:
* (Windows) Sets the DNS search suffix when joining the domain, including
a new pillar config option, `ec2config` to enable/disable the EC2Config
option that also modifies the DNS suffix list.
[280]: https://github.com/plus3it/watchmaker/pull/280