Reverse absolute classname linter
Absolute classname inclusion was a problem before Puppet 4. With Puppet
4 this got fixed and the current best practice is to not use absolute
classnames anymore.
This commit configures the puppet-lint-absolute_classname-check plugin
to reverse its checking.
Fixes #235.