Project

General

Profile

« Previous | Next » 

Revision b850f37b

Added by Ewoud Kohl van Wijngaarden over 5 years ago

Do no refer to absolute classes by ::

View differences:

manifests/install.pp
# Install TFTP
class tftp::install (
$package = $::tftp::package,
$syslinux_package = $::tftp::syslinux_package,
) {
package { $package:
class tftp::install {
package { $tftp::package:
ensure => installed,
alias => 'tftp-server',
}
package { $syslinux_package:
package { $tftp::syslinux_package:
ensure => installed,
}
}

Also available in: Unified diff