Forge Home

controlmagent_fixpack

Puppet module for BMC Control-M/Agent 8 Fix Pack installation on Linux/UNIX

9,627 downloads

9,627 latest version

1.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.0.7 (latest)
released Nov 29th 2014
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet 3.x
  • , , , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'tw-controlmagent_fixpack', '0.0.7'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add tw-controlmagent_fixpack
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install tw-controlmagent_fixpack --version 0.0.7

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

tw/controlmagent_fixpack — version 0.0.7 Nov 29th 2014

The controlmagent_fixpack module is for installation of BMC Control-M/Agent 8 Fix Pack on Linux/UNIX.

version 0.0.7: 26 November 2014 by Tomasz Wladyczanski

https://www.linkedin.com/in/tomekw
http://uid-0.blogspot.com

Module parameters and their defaults:

; user account for which Control-M/Agent 8 has been installed
userLogin => 'root',

; user account under which Control-M/Agent 8 will be restarted (and default mode of the agent)
installLogin => 'root',

; fix pack installation file
binFile => 'PAKAI.8.0.00.300_Linux-i386_INSTALL.BIN',

; installed version of the agent to check in the installed-versions.txt
installAgentVersion => 'DRKAI.8.0.00'

; installed version of the fix to check in the installed-versions.txt
installFixVersion => 'PAKAI.8.0.00.300'

; directory where the installation file will be placed
tempDir => '/tmp/CONTROLM_AGENT_FP',

; extra options of the installer, e.g. -f (to install 32-bit Fix Pack on 64-bit Linux), -d (to unpack in directory different from /tmp).
extraOpts => '-f'