File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ git submodule add https://github.com/stankevich/puppet-python.git /path/to/pytho
34
34
OR
35
35
36
36
``` shell
37
- puppet module install stankevich -python
37
+ puppet module install puppet -python
38
38
```
39
39
40
40
## Usage
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ The following parameters are available in the `python::gunicorn` defined type.
325
325
326
326
##### ` ensure `
327
327
328
- Data type: ` Enum['present', 'abesent '] `
328
+ Data type: ` Enum['present', 'absent '] `
329
329
330
330
331
331
Original file line number Diff line number Diff line change 34
34
# }
35
35
#
36
36
define python::gunicorn (
37
- Enum['present', 'abesent '] $ensure = present ,
37
+ Enum['present', 'absent '] $ensure = present ,
38
38
$config_dir = ' /etc/gunicorn.d' ,
39
39
$manage_config_dir = false ,
40
40
$virtualenv = false ,
51
51
$access_log_format = false ,
52
52
$accesslog = false ,
53
53
$errorlog = false ,
54
- $log_level = ' error' ,
54
+ $log_level = ' error' ,
55
55
$template = ' python/gunicorn.erb' ,
56
56
$args = [],
57
57
) {
You can’t perform that action at this time.
0 commit comments