Added CAS support 16/216/3
authorJosh Farwell <jfarwell@linuxfoundation.org>
Tue, 23 Jun 2015 19:49:40 +0000 (12:49 -0700)
committerJosh Farwell <jfarwell@linuxfoundation.org>
Tue, 23 Jun 2015 20:40:38 +0000 (13:40 -0700)
commit104f4fa4bc7988b4da58ea9b757b944d82884d12
treedf40002dc1168c17f67a259945b646be06c3dcb4
parent246e6bd6a25e6430a27db89b3e29e67ebd9b002a
Added CAS support

Added a new boolean, use_cas, for mailman3::web. Created a second set of
installation files with needed changes for enabling CAS, which are
installed instead of the stock files when the boolean is turned on.

Change-Id: I38f09ffeb289efba5edc3fd041bd063ed1a5616c
Signed-off-by: Josh Farwell <jfarwell@linuxfoundation.org>
15 files changed:
files/djangoproject_cas/lf_mailman/__init__.py [new file with mode: 0644]
files/djangoproject_cas/lf_mailman/admin.py [new file with mode: 0644]
files/djangoproject_cas/lf_mailman/migrations/__init__.py [new file with mode: 0644]
files/djangoproject_cas/lf_mailman/models.py [new file with mode: 0644]
files/djangoproject_cas/lf_mailman/tests.py [new file with mode: 0644]
files/djangoproject_cas/lf_mailman/views.py [new file with mode: 0644]
files/djangoproject_cas/mailman_web/__init__.py [new file with mode: 0644]
files/djangoproject_cas/mailman_web/settings.py [new file with mode: 0644]
files/djangoproject_cas/mailman_web/urls.py [new file with mode: 0644]
files/djangoproject_cas/mailman_web/wsgi.py [new file with mode: 0644]
files/djangoproject_cas/manage.py [new file with mode: 0755]
manifests/params.pp
manifests/web.pp
manifests/web/install.pp
spec/classes/web__install_spec.rb