GithubHelp home page GithubHelp logo

avamar's Introduction

GST/Avamar

Author: Ronald Valente

Email: [email protected]

Contributor: Jerome RIVIERE, Nicolas BRECHET

Version: 2.0.0

LICENSE: Apache License, Version 2.0

Description

This module is used to deploy the Avamar Client to puppet nodes. Currently it has only been tested on:

  • Ubuntu 12.04 LTS
  • Ubuntu 14.04 LTS
  • MS Windows Server 2012 R2

Requirements

  • if on Windows :

Tested On

  • Puppet 3.1.1

  • Facter 1.7.1

  • EMC Avamar 6.1

  • Ubuntu 12.04

  • Puppet 3.6.2

  • Facter 1.7.5

  • EMC Avamar 6.12

  • Windows Server 2012 R2

  • Puppet 3.6.2 & 3.7.1

  • Facter 1.7.5 & 2.2.0

  • EMC Avamar 7.1

  • Ubuntu 14.04

Params

  • host is mandatory
  • domain defaults to "clients"
  • version defaults to '6.1.100-402', should be the version of the Avamar agent you're using
  • local_dir defaults to ''. if used, it should be the full path of the installer (only tested on windows !!)

Usage

Without Hiera

node foo.domain.tld {
  class { avamar:
    host        => 'avamar.domain.tld',
    domain      => 'clients',
    version     => '7.1.100-370'
  }
}

On Windows :

  class { 'avamar':
    host        => 'avamar.domain.tld',
    domain      => 'clients',
    local_dir   => "C:\\source\\AvamarClient-windows.msi",
  }

With Hiera

Puppet:

node foo.domain.tld {
  include avamar
}

Hiera/YAML:

avamar::host: 'avamar.domain.tld'
avamar::domain: 'clients'
avamar::version: '7.1.100-370'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.