Puppet Class: vios_backup::params

Inherited by:
vios_backup
Defined in:
manifests/params.pp

Summary

Declare constants used within this module.

Overview

Declares constants used within this module.

Parameters:

  • local_bin (Stdlib::Absolutepath) (defaults to: undef)

    Path to the local binary directory on this host. For most operating systems the value is /usr/local/bin



8
9
10
11
12
# File 'manifests/params.pp', line 8

class vios_backup::params (
  Stdlib::Absolutepath $local_bin = undef,
){
  $backup_command = "${local_bin}/vios_backup"
}