Forge Home

glance

Installs and configures the Glance and CIC integration solution

6,221 downloads

6,221 latest version

2.6 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

  • 0.1.0 (latest)
released Nov 23rd 2015

Start using this module

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

Add this module to your Puppetfile:

mod 'PierrickL-glance', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add PierrickL-glance
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install PierrickL-glance --version 0.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

PierrickL/glance — version 0.1.0 Nov 23rd 2015

glance

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with glance
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.

Overview

Installs and configures the integration between CIC and Glance

Module Description

Tested with CIC 2015R4 IIS and CIC must be installed before deployment

Setup

What glance affects

  • Copies files under C:/inetpub/wwwroot/glance
  • Installs Firefox
  • Installs the client add-in required to manage Glance sessions
  • Optionally adds a new entry in the hosts file to cope with Glance whitelisting requirements

Setup Requirements

  • CIC 2015R4+
  • IIS

Usage

class { 'glance':
  ensure              => installed, # only option supported for now
  clientbuttoninstall => true,      # if true, installs the client button on the local machine
  usedev2000domain    => false,     # if true, changes the hosts file to be able to use Glance without requiring your domain to be whitelisted
  targetchatworkgroup => 'Support', # Workgroup used to queue chat interactions
}

Limitations

Tested with CIC 2015R4 on Windows 2012R2