@@ -205,30 +205,8 @@ sudo::conf { "foreman-proxy":
205
205
206
206
# # sudo class parameters
207
207
208
- | Parameter | Type | Default | Description |
209
- | :-------------- | :------ |:----------- | :---------- |
210
- | enable | boolean | true | Set this to remove or purge all sudoers configs |
211
- | package | string | OS specific | Set package name _(for unsupported platforms)_ |
212
- | package_ensure | string | present | latest, absent, or a specific package version |
213
- | package_source | string | OS specific | Set package source _(for unsupported platforms)_ |
214
- | purge | boolean | true | Purge unmanaged files from config_dir |
215
- | purge_ignore | string | undef | Files excluded from purging in config_dir |
216
- | config_file | string | OS specific | Set config_file _(for unsupported platforms)_ |
217
- | config_file_replace | boolean | true | Replace config file with module config file |
218
- | includedirsudoers | boolean | OS specific | Add # includedir /etc/sudoers.d with augeas |
219
- | config_dir | string | OS specific | Set config_dir _(for unsupported platforms)_ |
220
- | content | string | OS specific | Alternate content file location |
221
- | ldap_enable | boolean | false | Add support to LDAP |
222
- | configs | hash | {} | A hash of sudo::conf's |
208
+ See REFERENCE.md
223
209
224
210
# # sudo::conf class / sudo::configs hash parameters
225
211
226
- | Parameter | Type | Default | Description |
227
- | :-------------- | :----- |:----------- | :---------- |
228
- | ensure | string | present | present or absent |
229
- | priority | number | 10 | file name prefix |
230
- | content | string | undef | content of configuration snippet |
231
- | source | string | undef | source of configuration snippet |
232
- | template | string | undef | template of configuration snippet |
233
- | sudo_config_dir | string | OS Specific | configuration snippet directory _(for unsupported platforms)_ |
234
- | sudo_file_name | string | undef | custom file name for sudo file in sudoers directory |
212
+ See REFERENCE.md
0 commit comments