diff --git a/manifests/tftp.pp b/manifests/tftp.pp index 90234457..6e5b25a5 100644 --- a/manifests/tftp.pp +++ b/manifests/tftp.pp @@ -13,7 +13,7 @@ root => $root, } - $dirs = pick($directories, prefix(['pxelinux.cfg','grub','grub2','boot','ztp.cfg','poap.cfg'], "${tftp::root}/")) + $dirs = pick($directories, prefix(['pxelinux.cfg','grub','grub2','boot','ztp.cfg','poap.cfg', 'host-config', 'bootloader-universe/pxegrub2'], "${tftp::root}/")) file { $dirs: ensure => directory,