Resource Type: cobbler_profile

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

Overview

Puppet type for cobbler profile object

Properties

  • dhcp_tag (defaults to: default)

    DHCP tags for multiple networks usage

  • distro

    Distribution (Parent distribution)

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • kickstart

    Path to kickstart template

  • kopts (defaults to: {})

    Kernel Options

  • kopts_post (defaults to: {})

    Governs kernel options on the installed OS

  • ksmeta (defaults to: {})

    Sets variables available for use in templates

  • repos (defaults to: [])

    Repos to auto-assign to this profile

  • virt_cpus

    How many virtual CPUs should koan give the virtual machine

  • virt_ram

    How many megabytes of RAM to consume

  • virt_type

    Virtualization technology to use

    Supported values:
    • xenpv
    • xenfv
    • qemu
    • kvm
    • vmware
    • openvz

Parameters

  • name (namevar)

    A string identifying the profile

  • provider

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