Skip to content

juniorsysadmin/puppet-adoberepo

Repository files navigation

adoberepo

Table of Contents

  1. Overview
  2. Usage
  3. Limitations
  4. Development

Overview

This module installs and enables the Adobe YUM repository. When run on a non-RedHat osfamily it exits with no action performed.

Build Status

Usage

include  '::adoberepo'

or to use a local mirror:

class { '::adoberepo':
  adoberepo_baseurl => 'http://localmirror.server.domain/',
}

Parameters

The following parameters are available in the adoberepo module:

adoberepo_baseurl

Defaults to http://linuxdownload.adobe.com/linux/${::architecture}/.

adoberepo_descr

Defaults to 'Adobe YUM repository'.

adoberepo_enabled

Defaults to 1.

adoberepo_gpgcheck

Defaults to 1

adoberepo_name

Defaults to adobe-linux-${::architecture}

adoberepo_proxy

Defaults to absent. (Uses the yum.conf value if it exists)

Limitations

This module has received limited testing on:

  • CentOS/RHEL 6/7
  • Fedora 21

against Puppet 3.8.7 and Puppet 4.x

Development

Patches are welcome.

About

Puppet module that installs the Adobe repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published