Forge Home

crowd

Atlassian Crowd Puppet Module

29,960 downloads

8,072 latest version

4.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

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

  • 1.1.2 (latest)
  • 1.1.1
  • 1.1.0
  • 1.0.5
  • 1.0.4
  • 1.0.3 (deleted)
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Apr 23rd 2019
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.7.0 < 7.0.0
  • , , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'joshbeard-crowd', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add joshbeard-crowd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install joshbeard-crowd --version 1.1.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

joshbeard/crowd — version 1.1.0 Apr 23rd 2019

2019-04-23 - Release 1.1.0

Summary

  • Update testing
  • Add LICENSE file
  • Bump default Crowd version to 2.11.1
  • Stop Crowd service on updating
  • Provide crowd::facts manifest to provide external fact that reports the installed version. This is used for handling updates.
  • Add logdir parameter (PR #16 by @prikkeldraad)
  • Support custom log locations (PR #25 by @bt-lemery)
  • Add tomcat_address parameter (Fixes Issue #4)
  • Support for Oracle database (PR #25 by @bt-lemery)
  • Use archive module (PR #25 by @bt-lemery)
  • Allow IP address in download_url (PR #13 @BenjaminFarley)
  • Allow dots in usernames (PR #9 @cyberious)
  • Use CATALINA_OPTS instead of JAVA_OPTS in setenv.sh (issue #14 @galcorlo)
  • Use PDK

2016-06-10 - Release 1.0.5

Summary

  • Dependency metadata updated (s/nanliu-staging/puppet-staging) (issue #7)

2016-04-05 - Release 1.0.4

Summary

  • Update tests

2016-04-05 - Release 1.0.3 (deleted)

Summary

  • Fix default download_url to use https (issue #5)
  • Bump default version to 2.8.4

2016-01-06 - Release 1.0.2

Summary

  • Fix default nologin path for Debian systems (issue #3)

2015-10-19 - Release 1.0.1

Summary

  • Fix PIDFile filename for systemd (resolves issue #2)

2015-10-15 - Release 1.0.0

Summary

  • Initial release (since forked)
  • Complete refactoring
  • Add testing
  • Overhaul readme and documentation