Skip to content
Snippets Groups Projects

The tftp module needs to be aware of CentOS 7

Merged Jens Larsson requested to merge centos-7-support into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -12,7 +12,7 @@ class tftp::defaultroot
$osdist = "${::operatingsystem}-${::operatingsystemrelease}"
case $osdist
{
/^(CentOS|Redhat|Scientific)-6(\.|$)/: {
/^(CentOS|Redhat|Scientific)-(6|7)(\.|$)/: {
$tftproot = '/var/lib/tftpboot'
file {
'/tftpboot':
Loading