Forge Home

avamar

Allows configuration of Avamar on target host

14,740 downloads

7,310 latest version

4.3 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.2.0 (latest)
  • 0.1.1
  • 0.1.0 (deleted)
released Sep 28th 2017
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >=3.0.0 < 5.0.0
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'Ramorous-avamar', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add Ramorous-avamar
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install Ramorous-avamar --version 0.2.0

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

Ramorous/avamar — version 0.2.0 Sep 28th 2017

puppet-avamar

Build Status Puppet Forge Puppet Forge Puppet Forge License (Apache 2.0)

Table of Contents

  1. Overview
  2. Module Description - What is the Avamar module and why is it useful
  3. Setup - The basics of getting started with Avamar
  4. Reference
  5. License

Overview

Allows configuration of Avamar on target host

Module Description

This module will allow the given host to install and configure Avamar as specified.

This module was tested and works great within RedHat Satellite 6.1.

Setup

Setup Requirements

This will work with RPM systems only. (If you'd like to modify this, please feel free to submit changes)

This class assumes that you have setup a repository containing the Avamar packages as this class does not create any repository resources since Avamar packages are not available for download without a license.

Beginning with Avamar

    avamar {
        "class_enabled"  => false,
        "ensure_package" => true,
        "admin_server"   => "avadmin.example.com",
        "server_domain"  => "test01",
    }

Reference

Parameters within avamar

admin_server

Avamar Administration Server

String: default 'ben061012.example.com'

class_enabled

Enables/Disables the management of any Avamar packages, files, etc. This option will still function, but will be deprecated in the future in favor of the $manage_package, $manage_register, and $manage_service options.

Boolean: default false

manage_package

Should the class control whether the package(s)

Boolean: default true

manage_register

Should the class try to register the Avamar client with the admin server

Boolean: default true

manage_service

Should the class control the Avamar service

Boolean: default true

package_ensure

The ensure value for the package resource

String: default 'installed'

package_name

Name of the package to be installed/required.

String: default 'AvamarClient'

rman_package_ensure

The ensure value for the Oracle "RMAN" package resource

String: default 'absent'

rman_package_name

Name of the Oracle "RMAN" package to be installed/required.

String: default 'AvamarRMAN'

server_domain

Avamar server domain

String: default 'ben1253'

service_enable

Should the Avamar service be enabled on the system

Boolean: default true

service_ensure

The ensure value for the Avamar service resource

String: default 'running'

service_name

The name of the Avamar service

String: default 'avagent'

License

Copyright 2015 Eric B

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.