We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dfb17f + 10d4bdc commit 2fde458Copy full SHA for 2fde458
manifests/init.pp
@@ -67,6 +67,7 @@
67
$python_pips = { },
68
$python_virtualenvs = { },
69
$python_pyvenvs = { },
70
+ $python_requirements = { },
71
$use_epel = $python::params::use_epel,
72
) inherits python::params{
73
@@ -107,5 +108,6 @@
107
108
create_resources('python::pip', $python_pips)
109
create_resources('python::pyvenv', $python_pyvenvs)
110
create_resources('python::virtualenv', $python_virtualenvs)
111
+ create_resources('python::requirements', $python_requirements)
112
113
}
0 commit comments