diff --git a/config/fcos/v1_6_exp/schema.go b/config/fcos/v1_6_exp/schema.go index 1d9e3a24..f05a1964 100644 --- a/config/fcos/v1_6_exp/schema.go +++ b/config/fcos/v1_6_exp/schema.go @@ -22,13 +22,13 @@ type Config struct { base.Config `yaml:",inline"` BootDevice BootDevice `yaml:"boot_device"` Grub Grub `yaml:"grub"` - Selinux Selinux `yaml:"selinux"` } type BootDevice struct { - Layout *string `yaml:"layout"` - Luks BootDeviceLuks `yaml:"luks"` - Mirror BootDeviceMirror `yaml:"mirror"` + Layout *string `yaml:"layout"` + Luks BootDeviceLuks `yaml:"luks"` + Mirror BootDeviceMirror `yaml:"mirror"` + Selinux Selinux `yaml:"selinux"` } type BootDeviceLuks struct {