Forge Home

appserver

Harness to auto-generate a conventional ORIS application server (*nix).

13,663 downloads

8,766 latest version

1.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.

Version information

  • 2.5.0 (deleted)
  • 2.5.0-alpha (deleted)
  • 2.4.1 (latest)
  • 2.4.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.8.0
  • 1.7.0
  • 1.6.0
  • 1.5.0
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 0.0.95
  • 0.0.94
  • 0.0.93
  • 0.0.92
  • 0.0.91
  • 0.0.90
released Jun 15th 2015

Start using this module

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

Add this module to your Puppetfile:

mod 'oris-appserver', '2.4.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add oris-appserver
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install oris-appserver --version 2.4.1

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

oris/appserver — version 2.4.1 Jun 15th 2015

Standard Application Server

Releases

v2.4.1

  • Updated version puppetlabs/firewall module dependency from 1.0.0 to 1.0.1.

v2.4.0

  • Updated version of node.js appengine from 0.10.33 to 0.10.36.

v2.3.0

  • Run bower install on Node.js apps, if a bower.json file exists at the app's root.
  • Allow the standard static assets directory path to be specified per deployed app. If specified, the value overrides the assumption that app or dist will be used - an assumption based solely on whether the instance is for local development.
  • For ANY app with a proxied_uri_static_assets value defined, create an Nginx location resource to expose static assets at that URI from a single, specified path.

v2.2.0

  • Specify supported SSL protocols in order to deprecate SSLv3.
  • Updated version of node.js appengine from 0.10.32 to 0.10.33.
  • Leverage notify/subscribe in order to pair node.js process and config file - i.e. changes to the latter should produce a restart of the former.

v2.1.0

  • Updated version of node.js appengine from 0.10.30 to 0.10.32.

v2.0.0

  • Updated version of node.js appengine from 0.10.29 to 0.10.30.
  • breaking: Pass the $sp_entity_id straight through without prefixing or suffixing extra strings.

v1.8.0

  • Enable de-activation of shibboleth "lazy sessions" on a host.

v1.7.0

  • Add support for non-canonical hostnames that redirect requests to their canonical counterpart.
  • Leverage the new non-canonical hostname support for the purpose of http-to-https redirection (had been supported through a more low-level mechanism).
  • Allow http-to-https redirection to be turned off (default: on).
  • Increment version of nginx module dependency; update usage of module to align with updated version.
  • Alter nginx log file names, but not the directory they are contained within.
  • Leverage update nginx module's logformat resource type to establish and leverage "canonical" and "noncanonical" formats.

v1.6.0

  • Updated version of node.js appengine from 0.10.28 to 0.10.29.

v1.5.0

  • Incremented version of bower dependency.

v1.4.0

  • Incremented version of shibbolethsp dependency.
  • Leverage newly available parameter that controls whether re-authentication is forced. (shibbolethsp)
  • Leverage newly available parameters that control whether "lazy" sessions are enabled. (shibbolethsp)
  • Alter how Nginx serves the "AngularJS" app type's files.

v1.3.0

  • Updated version of node.js appengine from 0.10.26 to 0.10.28.

v1.2.0

  • Added license.
  • Converted 'static' app type into the more specific 'angularjs' app type.
  • Added 'php-symfony' app type, along with PHP-FPM as an app engine type.
  • Enabled MySQL-based local persistence options for php-symfony app type.
  • Updated dependency version: shibbolethsp.
  • Enabled local logout (shibboleth).
  • Enabled better support of environment variable setting - focused on Node.js apps - via app_envvars parameter.
  • Enabled AngularJS html5 URL mode (eliminating necessity of hash bang usage).
  • Enabled http to https redirection for SSL-only apps.

v1.1.1

Updated dependency version: supervisor.

v1.1.0

Improved parsing of public SSH keys.

v1.0.0

Initial release.