diff --git a/manifests/tftp.pp b/manifests/tftp.pp index 90234457..0869b28c 100644 --- a/manifests/tftp.pp +++ b/manifests/tftp.pp @@ -13,7 +13,17 @@ 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', + 'bootloader-universe/pxegrub2', + ], "${tftp::root}/")) file { $dirs: ensure => directory,