Resource Type: rhsm_override

Defined in:
lib/puppet/type/rhsm_override.rb
Providers:
subscription_manager

Overview

An on-disk cache over-ride of a channel.

Example of a repository from an override of a content cache

rhsm_repo { 'rhel-server6-epel':
  ensure        => present, # equal to the enabled property
  updated       => 2015-07-17T14:26:35.064+0000,
  created       => 2015-07-17T14:26:35.064+0000,
  content_label => 'rhel-server6-epel'

}

Properties

  • created

    The time when this repostory was created.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • updated

    The last time this repostory was updated.

Parameters

  • content_label

    The rhsm channel override.

  • provider

    The specific backend to use for this ‘rhsm_override` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.