Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit e14b393

Browse files
committed
Ensure src directory is created with the right permissions for gunicorn instance.
1 parent d498acb commit e14b393

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

manifests/gunicorn/instance.pp

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
}
3737

3838
if $is_present {
39+
file { $src:
40+
ensure => directory,
41+
owner => $owner,
42+
group => $group,
43+
}
44+
3945
python::pip::install {
4046
"$gunicorn_package in $venv":
4147
package => $gunicorn_package,

0 commit comments

Comments
 (0)