Skip to content

Commit

Permalink
add an alias to the python-dev package
Browse files Browse the repository at this point in the history
Allow other packages that require python-devel (e.g. on suse, redhat) to find the package in the catalog
  • Loading branch information
dannygoulder authored Oct 4, 2016
1 parent a475fc7 commit 13a3e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
package { 'python-dev':
ensure => $dev_ensure,
name => $pythondev,
alias => $pythondev,
}

if $::osfamily == 'RedHat' {
Expand Down

0 comments on commit 13a3e83

Please sign in to comment.