Puppet Class: tpm::tboot::grub::grub1
- Defined in:
- manifests/tboot/grub/grub1.pp
Overview
Manage grub configuration for tboot This class is controlled by ‘tpm::tboot`
4 5 6 7 8 9 |
# File 'manifests/tboot/grub/grub1.pp', line 4
class tpm::tboot::grub::grub1 {
assert_private()
fail('This module does not currently support Grub 0.99-1.0')
}
|