Skip to content

nicolasbrechet/avamar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

GST/Avamar

Author: Ronald Valente

Email: rawn027@gmail.com

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'

About

Puppet Module for EMC Avamar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages