Merge pull request #122 from bastelfreak/puppet-lint
replace validate_* with puppet4 datatypes & fix archive errors
default $data_dir to undef instead of empty string and add tests
Merge pull request #112 from kpankonen/data_dir
set confluence.home to homedir if data_dir is empty
Merge pull request #124 from senax/master
Issue 119: updated facter script to not report java version
Merge pull request #126 from voxpupuli/modulesync
modulesync 0.21.0
Merge pull request #128 from voxpupuli/binford2k-patch-2
Fix $homedir typo
editing regex for properly setting context path passed from context_path
Merge pull request #130 from Tokynet/augueas-context
Fix augeas expression to properly set context path instead of failing silently with multiple contexts
this one is ignored by our global .gitignore file
Merge pull request #134 from voxpupuli/modulesync
modulesync 1.1.0
Fix incorrect failures with rspec-puppet-facts
Before this commit, running spec tests on some non-Debian systems would
fail with the message:
```
RuntimeError:
Could not find the daemon directory (tested
[/etc/sv,/var/lib/service])
```
This commit fixes issue #135 by converting each spec test to use a
complete set of sampled fact for each supported OS by using
the `on_supported_os` method from the `rspec-puppet-facts` gem.Merge pull request #136 from op-ct/fix-issue-135--spec-tests-fail-on-…
…non-debian-oses Fix incorrect failures with rspec-puppet-facts
The long arguments to `pgrep` are not present in older versions of pgrep, as provided by 'procps'. procps-ng appears to have introduced these, as used by EL7. This commit changes the version fact to use `ps ax | grep` to find the process. It's generic enough and should be supported by the platforms listed in the module's support matrix.
Merge pull request #137 from joshbeard/fact_ps
Use 'ps' for version fact
Merge pull request #138 from bt-lemery/master
Add proxy support when using 'archive'