standalone apereo-cas puppet module

Clone this repo:

Branches

  1. ab93dbf initial commit by John Bond ยท 2 years, 10 months ago master

Apereo Cas module

Acceptance testing can be performed with the following command

BEAKER_set="debian10" bundle exec rake beaker

Cas is bundled with a set of default settings which are listed in the application.properties file. A fresh copy of the applications.properties file can be optained by unpacking the war file

# cd cas-overlay-template
# ./gradlew build
# unzip build/libs/cas.war WEB-INF/classes/application.properties
# cp WEB-INF/classes/application.properties /your/git/puppet/modules/apereo_cas/

For examples of how this is used at Wikimedia Foundation check out (profile::idp in the wikimedia puppet repo)[https://github.com/wikimedia/puppet/blob/production/modules/profile/manifests/idp.pp]