@@ -54,11 +54,12 @@ completely as raw strings but this module. No effort is made to handle
54
54
` boolean ` or ` integer ` values as ` pure-ftpd ` itself is not consistent in how it
55
55
handles these values.
56
56
57
- For example, if you wanted to create the configuration option example below in the file ` /etc/pure-ftpd/pure-ftpd.conf ` ,
57
+ For example, if you wanted to create the configuration option example below in
58
+ the file ` /etc/pure-ftpd/pure-ftpd.conf ` :
58
59
59
60
ChrootEveryone yes
60
61
61
- You would declare it like this to the puppet module:
62
+ You would declare it like this to the ` pureftpd ` module:
62
63
63
64
class { 'pureftpd':
64
65
config => {
@@ -87,7 +88,8 @@ There is a list of command line switches in the distribution's
87
88
[ ` README ` ] ( https://github.com/jedisct1/pure-ftpd/blob/master/README ) that
88
89
should all have ` pure-ftpd.conf ` option analogs.
89
90
90
- Here are some useful sources for discovering configuration parameters with examples:
91
+ Here are some useful sources for discovering configuration parameters with
92
+ examples:
91
93
92
94
* [ ` pure-ftpd.conf ` ] ( https://github.com/jedisct1/pure-ftpd/blob/master/configuration-file/pure-ftpd.conf.in )
93
95
* [ ` pureftpd-ldap.conf ` ] ( https://github.com/jedisct1/pure-ftpd/blob/master/pureftpd-ldap.conf )
@@ -109,8 +111,8 @@ Install the `pure-ftpd` package with an empty `pure-ftpd.conf` config file
109
111
110
112
### Setting Configuration Options
111
113
112
- Options for ` pure-ftpd.conf ` ] should be passed into the ` config ` class
113
- parameter as a hash.
114
+ Options for ` pure-ftpd.conf ` should be passed into the ` config ` class parameter
115
+ as a hash.
114
116
115
117
class { 'pureftpd':
116
118
config => {
@@ -181,7 +183,7 @@ parameter as a hash.
181
183
182
184
### Enabling LDAP Authentication
183
185
184
- Options for ` pureftpd-ldap.conf ` ] should be passed into the ` config_ldap ` class
186
+ Options for ` pureftpd-ldap.conf ` should be passed into the ` config_ldap ` class
185
187
parameter as a hash.
186
188
187
189
class { 'pureftpd':
@@ -204,7 +206,7 @@ parameter as a hash.
204
206
205
207
### Enabling MYSQL Authentication
206
208
207
- Options for ` pureftpd-mysql.conf ` ] should be passed into the ` config_mysql `
209
+ Options for ` pureftpd-mysql.conf ` should be passed into the ` config_mysql `
208
210
class parameter as a hash.
209
211
210
212
class { 'pureftpd':
@@ -235,7 +237,7 @@ class parameter as a hash.
235
237
236
238
### Enabling PGSQL Authentication
237
239
238
- Options for ` pureftpd-pgsql.conf ` ] should be passed into the ` config_pgsql `
240
+ Options for ` pureftpd-pgsql.conf ` should be passed into the ` config_pgsql `
239
241
class parameter as a hash.
240
242
241
243
class { 'pureftpd':
@@ -401,10 +403,10 @@ support for other platform should be trivial but needs to involve full up
401
403
integration testing.
402
404
403
405
The supported configuration file values were discovered via code inspection of
404
- the ` pure-ftpd ` ` v1.0.31 ` release. There are possibly new configuration
405
- values that have been introduced it subsequent releases. Any configuration
406
- values present in a ` pure-ftpd ` but not supported by this module should be
407
- considered a bug.
406
+ the ` pure-ftpd ` ` v1.0.31 ` release. There are possibly new configuration values
407
+ that have been introduced in subsequent releases. Any configuration values
408
+ present in a stable ` pure-ftpd ` release but not supported by this module should
409
+ be considered a bug.
408
410
409
411
### Tested Platforms
410
412
0 commit comments