Forge Home

scrm

Installs and configures SuiteCRM or SugarCRM on Windows 8.1, 2012 or 2012R2. Customized for Interactive Intelligence demo environments.

7,885 downloads

7,059 latest version

3.8 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.0.5 (latest)
  • 0.0.4
  • 0.0.3
  • 0.0.2
  • 0.0.1
released Sep 23rd 2015
This version is compatible with:
  • Windows

Start using this module

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

Add this module to your Puppetfile:

mod 'PierrickL-scrm', '0.0.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

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

Manually install this module globally with Puppet module tool:

puppet module install PierrickL-scrm --version 0.0.5

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/scrm — version 0.0.5 Sep 23rd 2015

SCRM Puppet Module

Installs and configures SuiteCRM or SugarCR< (beta test. Configuration is not happening yet.)

Build Status

Coverage Status

Table of Contents

  1. Overview
  2. Module Description - What the modules do and why it is useful
  3. Setup - The basics of getting started with suitecrm
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Installs and configures SuiteCRM or SugarCRM silently. Heavily customized for Interactive Intelligence demo environments.

Module Description

Setup

What install affects

  • Installs and configures SuiteCRM or SugarCRM.

Setup Requirements

Windows 8.1, 2012 or 2012R2

Beginning

Usage

class { 'scrm':
    ensure      => installed,
    phppath     => 'C:/PHP',
    crm         => 'sugarcrm',
    inintoolbar => none,
}

Reference

Here, list the classes, types, providers, facts, etc contained in your module. This section should include all of the under-the-hood workings of your module so people know what the module is touching on their system but don't need to mess with things. (We are working on automating this section!)

Limitations

Only compatible with Windows 8, 2012 or 2012R2 Tested with Windows 2012 R2

Development

Release Notes