- Overview
- Module Description - What is the Avamar module and why is it useful
- Setup - The basics of getting started with Avamar
- Reference
- License
Allows configuration of Avamar on target host
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.
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.
avamar {
"class_enabled" => false,
"ensure_package" => true,
"admin_server" => "avadmin.example.com",
"server_domain" => "test01",
}
Avamar Administration Server
String: default 'ben061012.example.com'
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
Should the class control whether the package(s)
Boolean: default true
Should the class try to register the Avamar client with the admin server
Boolean: default true
Should the class control the Avamar service
Boolean: default true
The ensure value for the package resource
String: default 'installed'
Name of the package to be installed/required.
String: default 'AvamarClient'
The ensure value for the Oracle "RMAN" package resource
String: default 'absent'
Name of the Oracle "RMAN" package to be installed/required.
String: default 'AvamarRMAN'
Avamar server domain
String: default 'ben1253'
Should the Avamar service be enabled on the system
Boolean: default true
The ensure value for the Avamar service resource
String: default 'running'
The name of the Avamar service
String: default 'avagent'
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.