Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Users To Specify Packages by Configuration #21

Open
ewascent opened this issue Sep 11, 2018 · 0 comments
Open

Allow Users To Specify Packages by Configuration #21

ewascent opened this issue Sep 11, 2018 · 0 comments

Comments

@ewascent
Copy link

First, thanks. This is a solid module.

I am making an extension wrapper for this module. One area I am having to override is the install.pp. There are two things I would like to see addressed.

We prefer to install well versioned packages . This module has the packages hard coded in install.pp, without version information. I would rather the install class take variables. We can then pass in versioned packages.

The difference in "yum speak" would be
yum install samba-winbind-clients-4.7.1-6.el7.x86_64
instead of
yum install samba-winbind-clients.

We also want to install some krb packages as part of this module. We can add our own install.pp. Or you could allow packages to be passed into the install class as an array parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant