Resource Type: cobbler_system

Defined in:
lib/puppet/type/cobbler_system.rb
Providers:
ruby

Overview

Puppet type for cobbler system object

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • hostname

    System hostname

  • interfaces (defaults to: {})

    Interfaces for the system

  • netboot_enabled

    Netboot Enabled (PXE (re)install this machine at next boot?)

    Supported values:
    • true
    • false
  • profile

    Parent profile

  • redhat_management_key

    Red Hat authorization key to use to register system

  • redhat_management_server

    The RHN Satellite or Spacewalk server to use for registration

  • server

    Server Override

Parameters

  • name (namevar)

    A string identifying the system

  • provider

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