Project

General

Profile

« Previous | Next » 

Revision 8346937a

Added by Dominic Cleal about 8 years ago

Remove deprecated features and pre-1.11 support

View differences:

manifests/tftp.pp
recurse => true;
}
if $foreman_proxy::tftp_syslinux_files {
# TODO: remove on the next major version bump
foreman_proxy::tftp::sync_file{$foreman_proxy::tftp_syslinux_files:
source_path => $foreman_proxy::tftp_syslinux_root,
target_path => $foreman_proxy::tftp_root,
require => Class['tftp::install'];
}
warning('foreman_proxy::tftp_syslinux_files is deprecated in favour of foreman_proxy::tftp_syslinux_filenames and will be removed')
} else {
foreman_proxy::tftp::copy_file{$foreman_proxy::tftp_syslinux_filenames:
target_path => $foreman_proxy::tftp_root,
require => Class['tftp::install'];
}
foreman_proxy::tftp::copy_file{$foreman_proxy::tftp_syslinux_filenames:
target_path => $foreman_proxy::tftp_root,
require => Class['tftp::install'];
}
if $foreman_proxy::tftp_manage_wget {

Also available in: Unified diff