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