@@ -21,7 +21,7 @@ The following properties are available in the `selboolean` type.
2121
2222##### ` value `
2323
24- Valid values: ` on ` , ` off ` , `` true `` , `` false ` `
24+ Valid values: ` on ` , ` off ` , ` true ` , ` false `
2525
2626Whether the SELinux boolean should be enabled or disabled.
2727#{value_doc}
@@ -30,26 +30,26 @@ Whether the SELinux boolean should be enabled or disabled.
3030
3131The following parameters are available in the ` selboolean ` type.
3232
33- * [ ` name ` ] ( #name )
34- * [ ` persistent ` ] ( #persistent )
35- * [ ` provider ` ] ( #provider )
33+ * [ ` name ` ] ( #-selboolean-- name )
34+ * [ ` persistent ` ] ( #-selboolean-- persistent )
35+ * [ ` provider ` ] ( #-selboolean-- provider )
3636
37- ##### <a name =" name " ></a >` name `
37+ ##### <a name =" -selboolean-- name" ></a >` name `
3838
3939namevar
4040
4141The name of the SELinux boolean to be managed.
4242
43- ##### <a name =" persistent " ></a >` persistent `
43+ ##### <a name =" -selboolean-- persistent" ></a >` persistent `
4444
45- Valid values: `` true `` , `` false ` `
45+ Valid values: ` true ` , ` false `
4646
4747If set true, SELinux booleans will be written to disk and persist across reboots.
4848The default is ` false ` .
4949
50- Default value: `` false ` `
50+ Default value: ` false `
5151
52- ##### <a name =" provider " ></a >` provider `
52+ ##### <a name =" -selboolean-- provider" ></a >` provider `
5353
5454The specific backend to use for this ` selboolean ` resource. You will seldom need to specify this --- Puppet will usually
5555discover the appropriate provider for your platform.
@@ -77,7 +77,7 @@ Default value: `present`
7777
7878##### ` syncversion `
7979
80- Valid values: `` true `` , `` false ` `
80+ Valid values: ` true ` , ` false `
8181
8282If set to ` true ` , the policy will be reloaded if the
8383version found in the on-disk file differs from the loaded
@@ -88,24 +88,24 @@ that will be made is if the policy is loaded at all or not.
8888
8989The following parameters are available in the ` selmodule ` type.
9090
91- * [ ` name ` ] ( #name )
92- * [ ` provider ` ] ( #provider )
93- * [ ` selmoduledir ` ] ( #selmoduledir )
94- * [ ` selmodulepath ` ] ( #selmodulepath )
91+ * [ ` name ` ] ( #-selmodule-- name )
92+ * [ ` provider ` ] ( #-selmodule-- provider )
93+ * [ ` selmoduledir ` ] ( #-selmodule-- selmoduledir )
94+ * [ ` selmodulepath ` ] ( #-selmodule-- selmodulepath )
9595
96- ##### <a name =" name " ></a >` name `
96+ ##### <a name =" -selmodule-- name" ></a >` name `
9797
9898namevar
9999
100100The name of the SELinux policy to be managed. You should not
101101include the customary trailing .pp extension.
102102
103- ##### <a name =" provider " ></a >` provider `
103+ ##### <a name =" -selmodule-- provider" ></a >` provider `
104104
105105The specific backend to use for this ` selmodule ` resource. You will seldom need to specify this --- Puppet will usually
106106discover the appropriate provider for your platform.
107107
108- ##### <a name =" selmoduledir " ></a >` selmoduledir `
108+ ##### <a name =" -selmodule-- selmoduledir" ></a >` selmoduledir `
109109
110110The directory to look for the compiled pp module file in.
111111Currently defaults to ` /usr/share/selinux/targeted ` . If the
@@ -115,7 +115,7 @@ the module in `<selmoduledir>/<name>.pp`, where `name` is the value of the
115115
116116Default value: ` /usr/share/selinux/targeted `
117117
118- ##### <a name =" selmodulepath " ></a >` selmodulepath `
118+ ##### <a name =" -selmodule-- selmodulepath" ></a >` selmodulepath `
119119
120120The full path to the compiled .pp policy module. You only need to use
121121this if the module file is not in the ` selmoduledir ` directory.
0 commit comments