Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.21 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.21 KB

GST/Avamar

Author: Ronald Valente Email: [email protected]

Contributor: Jerome RIVIERE Version: 1.1.0

LICENSE: Apache License, Version 2.0

Description

This module is used to deploy the Avamar Client to puppet nodes. Currently I have only tested it on Ubuntu 12.04 LTS.

Tested on windows server 2012 R2

Requirements

  • if windows :

Tested On

  • Puppet 3.1.1

  • Facter 1.7.1

  • EMC Avamar 6.1

  • Puppet 3.6.2

  • EMC Avamar 6.12

  • Windows Server 2012 R2

Params

  • avamar_host
  • avamar_domain
  • local_dir ## full path of the installer (only tested on windows !!)

Usage

node foo.domain.tld {
  class { avamar:
    avamar_host        => 'avamar.domain.tld',
    avamar_domain      => 'clients',
    nocheckcertificate => true,
  }
}

On Windows :

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