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 b8c3741 commit 680bd8cCopy full SHA for 680bd8c
1 file changed
manifests/install.pp
@@ -36,15 +36,10 @@
36
}
37
38
if $python::manage_python_package {
39
- ensure_package({
40
- 'python' => {
41
- ensure => $python::ensure
42
- }
43
- })
44
- # package { 'python':
45
- # ensure => $python::ensure,
46
- # name => $python,
47
- # }
+ package { 'python':
+ ensure => $python::ensure,
+ name => $python,
+ }
48
49
50
case $python::provider {
0 commit comments