v2.0.0 (2017-02-11)
- Remove support for installing upstream java mysql connector
- Remove support for installing git, a git module should be used
- Issue #85 - add global parameter for stash-config.properties values
- Issue #87 - URL structure has changed
- Fix broken backupclientURL
- add a sync.yml to override .travis.yml and spec/helper
- Adding backup cron hour/min params
- Remove uppercase parameter/variable names
- Add lint plugins, lint fixes
- Set mysql driver in stash-config.properties
- Fix dependencies and namespace
- Check for required parameter javahome
- Fix several markdown issues
- Add missing badges
- Fix several rubocop issues
- Use https instead of http (#138)
- Bump min version_requirement for Puppet + deps
- Issue #58 Do not hard code java path in backup class.
- Issue #61 stash backup should be able to cleanup old archives.
- Issue #62 Add support for stash 3.8. server.xml has updated path.
- Issue #63 Add stash 3.8 automated setup options
- Issue #74 Update README.md to document upgrade issue
- Update beaker tests
- Fix rake lint tasks
- Removed reference to permgen.sh
- Add more granular control around the stash user and group.
- Fix tomcat port in service output
Thanks to Nan Liu, Stephen Schmidt, Michael Goodness
- Update metadata, README, CHANGELOG to point to new namespace.
Note: This is the final release of this module before it is deprecated with a 999.999.999 version. This module will be moving the the puppet-community namespace on github and the puppet namespace on puppetforge soon.
- Bump stash to the version (3.7.0)
- Refactor spec tests to make use of rspec-puppet-facts gem
- Add sudo: false to travis file.
- fix issue where git gc scripts has incorrect repo path for version 3.2+
- refacter params.pp for puppetlabs approved
- remove if packaged defined block, module should be explicit about what it is managing.
- Bump default stash version
- Add examples to examples directory
- Add class to backup stash
- Thanks to Tim Hartmann +1
- Add parameter context_path
- Add RHEL/CentOS 7 support
- Add Ubuntu 14.04 support
- Update beaker tests
- Only upgrade git on osfamily redhat version 6
- rename parameter manage_service to service_manage
- Fix Issue #30 Add params for stash::service
- Replace mkrakowitzer-deploy with nanliu-staging as the default to deploy the install file.
- Add new parameter: jvm_permgen, defaults to 256m.
- Add $stop_stash parameter, This is usefull for when service is managed outside of the module, such as in a cluster.
- Add test for upgrades
- Update the README file to comply with puppetlabs standards
- None