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::source: Merge include_* options into hash. #451

Merged
merged 1 commit into from Mar 5, 2015

Conversation

daenney
Copy link

@daenney daenney commented Mar 5, 2015

This makes its behaviour similar to the update, proxy and purge hashes on the main classes bringing its API more in line with the rest of the module.

This makes its behaviour similar to the `update`, `proxy` and `purge`
hashes on the main classes bringing its API more in line with the rest
of the module.
@daenney
Copy link
Author

daenney commented Mar 5, 2015

It also makes for slightly more pretty everything in Hiera:

apt::sources:
  'herpderp':
    include:
      src: true
  'herpmorederp':
    include:
      deb: false
      src: true

I love merging hashes 😄.

underscorgan pushed a commit that referenced this pull request Mar 5, 2015
apt::source: Merge `include_*` options into hash.
@underscorgan underscorgan merged commit 2a28938 into next Mar 5, 2015
@underscorgan underscorgan deleted the daenney/consolidate-include branch March 19, 2015 23:52
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.

None yet

3 participants