We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e09d61 commit 017875fCopy full SHA for 017875f
manifests/gunicorn.pp
@@ -37,7 +37,7 @@
37
Stdlib::Absolutepath $dir,
38
Enum['present', 'absent'] $ensure = present,
39
Stdlib::Absolutepath $config_dir = '/etc/gunicorn.d',
40
- Booloean $manage_config_dir = false,
+ Boolean $manage_config_dir = false,
41
Variant[Boolean,Stdlib::Absolutepath] $virtualenv = false,
42
Enum['wsgi', 'django'] $mode = 'wsgi',
43
Variant[String[1],Boolean] $bind = false,
0 commit comments