rafl / puppet-perlbrew

Artistic License 2.0
17 stars 8 forks source link

Multivendor/distribution/OS support #2

Open ghost opened 11 years ago

ghost commented 11 years ago

In order to make this module usable on different platforms with different OS and distributions support for them should be added.

Support is planned for:

more support can be added at a later point.

ghost commented 11 years ago

I'll move the package declaration and the detection of the ${::osfamily} to the params.ppfile. This file will be inherited later.

The detection is needed for different package names for RHEL and Debian.

I've started this work on a branch in my own repo.

ghost commented 11 years ago

MacOS X/Darwin support will be provided at a later point of time as we need to do some refactoring in the module first (user/group related).

robkinyon commented 10 years ago

Pull request #17 adds centos and suse to the debian support that was already there. I did this by cloning alup/puppet-rbenv's solution.