Forge Home

fusioninventory

Installs and configures fusioninventory agents in Debian and Rhel. Required for glpi

9,345 downloads

6,743 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

  • 1.2.6 (latest)
  • 1.2.5
  • 1.2.3
  • 1.2.2
  • 1.2.1
released May 31st 2016
This version is compatible with:
  • ,

Start using this module

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

Add this module to your Puppetfile:

mod 'esterniclos-fusioninventory', '1.2.6'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add esterniclos-fusioninventory
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install esterniclos-fusioninventory --version 1.2.6

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

esterniclos/fusioninventory — version 1.2.6 May 31st 2016

fusioninventory

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 fusioninventory
  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

This puppet module installs and configures fusion inventory agent in Rhel and Debian

Module Description

Installs fusion inventory agents and configures a cron scripts that runs daily to update inventory database.

Setup

What fusioninventory affects

fusion-inventoryagent cron

Beginning with fusioninventory

puppet module install esterniclos-fusioninventory

Usage

class { 'fusioninventory': glpiserver => '192.168.1.2' }

Do not use proxy

class { 'fusioninventory': cronscript_enable => true , no_proxy => false, glpiserver => '192.168.1.2' }

Use bash proxy

class { 'fusioninventory': cronscript_enable => true , no_proxy => true, glpiserver => '192.168.1.2' }

Reference

  • class fusioninventory : Installs and configures
  • class fusioninventory::cronscript: Sets a cronjob
  • class fusioninventory::install: Installs
  • class fusioninventory::params: Configurations Parameters

Limitations

Tested in Debian and Rhel

Development

Github repository

git clone https://github.com/esterniclos/esterniclos-fusioninventory fusioninventory

Building module

sudo puppet module build . --verbose

Testing json:

http://jsonlint.com/