Skip to content

Commit ce3b421

Browse files
glennmorrisjhoblitt
authored andcommitted
Add doc for clush_conf_dir
1 parent 045f7b9 commit ce3b421

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

REFERENCE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The following parameters are available in the `clustershell` class:
5353
* [`python_package_name`](#-clustershell--python_package_name)
5454
* [`conf_dir`](#-clustershell--conf_dir)
5555
* [`conf`](#-clustershell--conf)
56+
* [`clush_conf_dir`](#-clustershell--clush_conf_dir)
5657
* [`conf_template`](#-clustershell--conf_template)
5758
* [`defaults_conf`](#-clustershell--defaults_conf)
5859
* [`defaults_conf_template`](#-clustershell--defaults_conf_template)
@@ -69,7 +70,6 @@ The following parameters are available in the `clustershell` class:
6970
* [`group_yaml`](#-clustershell--group_yaml)
7071
* [`include_genders_groups`](#-clustershell--include_genders_groups)
7172
* [`manage_genders`](#-clustershell--manage_genders)
72-
* [`clush_conf_dir`](#-clustershell--clush_conf_dir)
7373

7474
##### <a name="-clustershell--fanout"></a>`fanout`
7575

@@ -239,6 +239,14 @@ Path to clush.conf
239239

240240
Default value: `'/etc/clustershell/clush.conf'`
241241

242+
##### <a name="-clustershell--clush_conf_dir"></a>`clush_conf_dir`
243+
244+
Data type: `Stdlib::Absolutepath`
245+
246+
path to clush.conf.d
247+
248+
Default value: `'/etc/clustershell/clush.conf.d'`
249+
242250
##### <a name="-clustershell--conf_template"></a>`conf_template`
243251

244252
Data type: `String[1]`
@@ -367,14 +375,6 @@ Manage genders class when including genders group source
367375

368376
Default value: `true`
369377

370-
##### <a name="-clustershell--clush_conf_dir"></a>`clush_conf_dir`
371-
372-
Data type: `Stdlib::Absolutepath`
373-
374-
375-
376-
Default value: `'/etc/clustershell/clush.conf.d'`
377-
378378
## Defined types
379379

380380
### <a name="clustershell--group_source"></a>`clustershell::group_source`

manifests/init.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
# Path to clustershell configuration directory
4646
# @param conf
4747
# Path to clush.conf
48+
# @param clush_conf_dir
49+
# path to clush.conf.d
4850
# @param conf_template
4951
# clush.conf template
5052
# @param defaults_conf

0 commit comments

Comments
 (0)