From 13a3e8351c7c89e9fb7ccb854cfe9c9aff443d64 Mon Sep 17 00:00:00 2001 From: dannygoulder Date: Tue, 4 Oct 2016 16:27:18 +0400 Subject: [PATCH] add an alias to the python-dev package Allow other packages that require python-devel (e.g. on suse, redhat) to find the package in the catalog --- manifests/install.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install.pp b/manifests/install.pp index 57d50735..0108c55e 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -178,6 +178,7 @@ package { 'python-dev': ensure => $dev_ensure, name => $pythondev, + alias => $pythondev, } if $::osfamily == 'RedHat' {