We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aae0a0 commit a0e9b8cCopy full SHA for a0e9b8c
1 file changed
manifests/install.pp
@@ -6,8 +6,8 @@
6
}
7
8
$pythondev = $::operatingsystem ? {
9
- /(?i:RedHat|CentOS|Fedora)/ => "$python-devel",
10
- /(?i:Debian|Ubuntu)/ => "$python-dev"
+ /(?i:RedHat|CentOS|Fedora)/ => "${python}-devel",
+ /(?i:Debian|Ubuntu)/ => "${python}-dev"
11
12
13
package { $python: ensure => present }
0 commit comments