Merge pull request #221 from voxpupuli/modulesync
modulesync 1.9.2
Merge pull request #222 from voxpupuli/modulesync
drop EOL OSs; fix puppet version range
Merge pull request #223 from voxpupuli/remove-docker-nodesets
Remove docker nodesets
Ugly hack to workaround change in rspec-puppet
rspec-puppet previously defaulted `confdir` to `/etc/puppet`. It now sets it to `/dev/null`. Since puppet 4 it's been `/etc/puppetlabs/puppet`, but if we try to set it to this ourselves in the `RSpec.configure` block in spec_helper.rb it only creates more problems. rspec-puppet (or maybe puppet itself) gets upset when it tries to create the parent directory (`/etc/puppetlabs`) and gets a `permission denied`. Furthermore, we'd have to make changes to modulesync_config to accommodate these changes. It's ugly, but for now, the easiest thing to do is just pretend `/dev/null` is a valid `configdir`. Sigh.
Merge pull request #232 from voxpupuli/modulesync2
Modulesync 1.9.6 (take 2)
Merge pull request #228 from bastelfreak/deps
allow puppetlabs/inifile 2.x
Merge pull request #231 from voxpupuli/stdlib
allow puppetlabs/stdlib 5.x