Forge Home

ocsinventory_agent

Ocsinventory-agent (Unix/Linux) setup using puppet

9,674 downloads

9,481 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.1 (latest)
  • 0.1.0
released Nov 19th 2014
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 'franlr-ocsinventory_agent', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add franlr-ocsinventory_agent
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install franlr-ocsinventory_agent --version 0.1.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

franlr/ocsinventory_agent — version 0.1.1 Nov 19th 2014

#puppet-ocsinventory_agent

####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 ocsinventory_agent
  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
  8. License

##Overview

Module to install ocsinventory_agent.

##Module Description

This module installs and runs the "ocsinventory-agent" on Debian computers. This module configures the agent to run against its OCSInventory server. Current deb version on wheezy main repository is 2.0.5.

##Setup

###What ocsinventory_agent affects

  • Files affected: /etc/ocsinventory/ocsinventory-agent.cfg and files under /var/lib/ocsinventory-agent/ folder.

###Setup Requirements

This module requires the puppetlabs/stdlib and rlenglet/debconf_package modules.

###Beginning with ocsinventory_agent

Simply including this module will install and execute the ocsinventory-agent on your host.

##Usage

A sample configuration illustrates the basic usage of this module.

class { 'ocsinventory_agent':
  server => 'servername.domain',
  method => 'http',
  tag    => 'mytag',
}

##Reference TODO List all the classes and organization

##Limitations

This module has been tested on:

  • Debian wheezy

##Development

Please feel free to submit issues and pull requests to the project's Github page. Changes are periodically reviewed, merged, and published back to the Puppet Forge.

##License

Copyright 2011-2014 FranLR

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.