diff --git a/config/fcos/v1_6_exp/schema.go b/config/fcos/v1_6_exp/schema.go index 6eb3ea31..cb6b3e45 100644 --- a/config/fcos/v1_6_exp/schema.go +++ b/config/fcos/v1_6_exp/schema.go @@ -52,6 +52,6 @@ type GrubUser struct { } type Selinux struct { - State *string `yaml:"state"` - Mode *string `yaml:"mode"` + State *bool `yaml:"state"` + Mode *bool `yaml:"mode"` }