Puppet Class: pxe::params
- Inherited by:
-
pxe
pxe::syslinux
- Defined in:
- manifests/params.pp
Overview
Class: pxe::params
Some static variables to use elsewhere
5 6 7 8 |
# File 'manifests/params.pp', line 5
class pxe::params {
$syslinux_version = '6.03'
$system_syslinux_dir = '/usr/share/syslinux' # This is true for CentOS can't speak for other OS'es
}
|