We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946531f commit ccb3d49Copy full SHA for ccb3d49
config/fcos/v1_6_exp/schema.go
@@ -52,6 +52,6 @@ type GrubUser struct {
52
}
53
54
type Selinux struct {
55
- State *string `yaml:"state"`
56
- Mode *string `yaml:"mode"`
+ State *bool `yaml:"state"`
+ Mode *bool `yaml:"mode"`
57
0 commit comments