forked from evolvingweb/puppet-apt
-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Morgan Haskel
committed
Feb 15, 2015
1 parent
da4a1dc
commit 6cdbe56
Showing
2 changed files
with
3 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
6cdbe56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit breaks the fancy apt feature that I added in 2cdcd3b . Was this intentional?
6cdbe56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. We've removed any and every of such features that are not about the core of apt, configuring repositories and installing packages. You can simply add an
apt::conf
resource yourself to re-enable it.