File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ is always nice for users too:
5252
5353## Changelog
5454
55+ - v3.7.2 : 9 Sep 2015
56+ - Debian and Ubuntu update apt cache when adding repositories
5557- v3.7.0 : 10 Jul 2015
5658 - don't update the apt repositories cache when you're just adding new repos since it will get updated in the end
5759 - minor version number will now match primogen major version number
Original file line number Diff line number Diff line change 1515- name : ensure the webupd8 launchpad apt repository is present
1616 apt_repository :
1717 repo="deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main"
18- update_cache=no
18+ update_cache=yes
1919 state=present
2020 sudo : yes
2121
2222- name : ensure the webupd8 launchpad source apt repository is present
2323 apt_repository :
2424 repo="deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main"
25- update_cache=no
25+ update_cache=yes
2626 state=present
2727 sudo : yes
Original file line number Diff line number Diff line change 88- name : ensure the webupd8 launchpad apt repository is present
99 apt_repository :
1010 repo=ppa:webupd8team/java
11- update_cache=no
11+ update_cache=yes
1212 state=present
1313 sudo : yes
You can’t perform that action at this time.
0 commit comments