Skip to content

Commit 017875f

Browse files
committed
python::gunicorn: Fix typo in datatype
1 parent 5e09d61 commit 017875f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/gunicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Stdlib::Absolutepath $dir,
3838
Enum['present', 'absent'] $ensure = present,
3939
Stdlib::Absolutepath $config_dir = '/etc/gunicorn.d',
40-
Booloean $manage_config_dir = false,
40+
Boolean $manage_config_dir = false,
4141
Variant[Boolean,Stdlib::Absolutepath] $virtualenv = false,
4242
Enum['wsgi', 'django'] $mode = 'wsgi',
4343
Variant[String[1],Boolean] $bind = false,

0 commit comments

Comments
 (0)