stash

approved
contributions requested
Install Atlassian stash

128,098 downloads

19,262 latest version

4.3 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 4.0.0 (latest)
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.0.0
  • 2.0.0
  • 1.3.0
  • 1.2.2
released Feb 11th 2017
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >=3.8.7 < 5.0.0
  • RedHat
    ,
    CentOS
    ,
    Ubuntu
    ,
    Debian

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'puppet-stash', '2.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add puppet-stash
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install puppet-stash --version 2.0.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

puppet/stash — version 2.0.0 Feb 11th 2017

Changelog

2017-02-11 - Release 2.0.0

Summary

  • 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

2015-07-16 - Release 1.3.0

Summary

  • 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

2015-02-24 - Release 1.2.2

Summary

  • Update metadata, README, CHANGELOG to point to new namespace.

2015-02-24 - Release 1.2.1

Summary

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+

2015-02-24 - Release 1.2.0

Summary

  • 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

2014-11-15 - Release 1.1.3

Summary

  • 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

2014-11-15 - Release 1.1.2

Summary

  • rename parameter manage_service to service_manage
  • Fix Issue #30 Add params for stash::service

2014-10-26 - Release 1.1.1

Summary

Bugfixes

  • None