Resource Type: cobbler_distro
- Defined in:
- lib/puppet/type/cobbler_distro.rb
- Providers:
-
ruby
Overview
Puppet type for cobbler distro object
Properties
-
arch
(defaults to: x86_64)
Sets the architecture for the PXE bootloader
Supported values:- i386
- x86_64
- ia64
- ppc
- ppc64
- s390
- arm
-
comment
An optional comment to associate with this distro
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
initrd
An absolute filesystem path to a initrd image
-
kernel
An absolute filesystem path to a kernel image
-
ksmeta
(defaults to: {})
Sets variables available for use in templates
-
owners
(defaults to: admin)
List of users and groups as specified in /etc/cobbler/users.conf
Parameters
-
name (namevar)
A string identifying the distribution
-
path
Local path or rsync location
-
provider
The specific backend to use for this ‘cobbler_distro` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.