File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -339,13 +339,6 @@ You must declare the class to use it:
339
339
340
340
class { 'puppetdb::globals': }
341
341
342
- ** Parameters within ` puppetdb::globals ` :**
343
-
344
- #### ` version `
345
-
346
- The version of the ` puppetdb ` package that should be installed. You may specify
347
- an explicit version number, 'present', or 'latest' (defaults to 'present').
348
-
349
342
### puppetdb
350
343
351
344
The ` puppetdb ` class is intended as a high-level abstraction (sort of an
Original file line number Diff line number Diff line change @@ -1121,7 +1121,8 @@ The following parameters are available in the `puppetdb::globals` class:
1121
1121
1122
1122
Data type: ` Any `
1123
1123
1124
-
1124
+ The version of the ` puppetdb ` package that should be installed. You may specify
1125
+ an explicit version number, 'present', or 'latest' (defaults to 'present').
1125
1126
1126
1127
Default value: ` 'present' `
1127
1128
Original file line number Diff line number Diff line change 1
1
# global configuration class for PuppetDB
2
2
#
3
+ # @param version
4
+ # The version of the `puppetdb` package that should be installed. You may specify
5
+ # an explicit version number, 'present', or 'latest' (defaults to 'present').
6
+ #
3
7
class puppetdb::globals (
4
8
$version = ' present' ,
5
9
Stdlib::Absolutepath $puppet_confdir = $settings::confdir,
You can’t perform that action at this time.
0 commit comments