Skip to content

insentia/avamar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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",
  }

About

Puppet Module for EMC Avamar

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 100.0%