Puppet Class: tpm::tboot::grub::grub1

Defined in:
manifests/tboot/grub/grub1.pp

Summary

Manage grub configuration for tboot

Overview

This class is controlled by ‘tpm::tboot`



5
6
7
8
9
# File 'manifests/tboot/grub/grub1.pp', line 5

class tpm::tboot::grub::grub1 {
  assert_private()

  fail('This module does not currently support Grub 0.99-1.0')
}