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

apt::pin: Allow for packages to be an array. #223

Merged
merged 2 commits into from
Feb 16, 2014
Merged

apt::pin: Allow for packages to be an array. #223

merged 2 commits into from
Feb 16, 2014

Conversation

daenney
Copy link

@daenney daenney commented Feb 14, 2014

It's fairly common that you want to pin more than a single package. Sometimes this can be done with a simple wildcard like i3* and sometimes you need to enumerate all the packages.

Until now packages always had to be a string in space delimited form. This commit adds support for passing in an array of package names instead.

@daenney
Copy link
Author

daenney commented Feb 15, 2014

You'd think CLA would've dropped by by now...

@daenney
Copy link
Author

daenney commented Feb 16, 2014

@apenney Includes beaker spec at your request and it actually passes!

apenney pushed a commit that referenced this pull request Feb 16, 2014
apt::pin: Allow for packages to be an array.
@apenney apenney merged commit a797bd7 into puppetlabs:master Feb 16, 2014
@apenney
Copy link

apenney commented Feb 16, 2014

Nice, thanks for this!

@daenney daenney deleted the apt-pin-array branch February 16, 2014 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants