forked from ungleich-public/cdist
Merge remote-tracking branch 'telmich/master'
This commit is contained in:
commit
d2dd706a1a
2 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,8 @@ case "$os" in
|
||||||
--source - << DONE
|
--source - << DONE
|
||||||
APT::Install-Recommends "0";
|
APT::Install-Recommends "0";
|
||||||
APT::Install-Suggests "0";
|
APT::Install-Suggests "0";
|
||||||
|
APT::AutoRemove::RecommendsImportant "0";
|
||||||
|
APT::AutoRemove::SuggestsImportant "0";
|
||||||
DONE
|
DONE
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -8,6 +8,7 @@ next:
|
||||||
* Type __consul: Do not install unused package unzip (Steven Armstrong)
|
* Type __consul: Do not install unused package unzip (Steven Armstrong)
|
||||||
* Type __consul: Add source & cksum for 0.5.2 (Steven Armstrong)
|
* Type __consul: Add source & cksum for 0.5.2 (Steven Armstrong)
|
||||||
* Core: Support object ids '.cdist' (Nico Schottelius)
|
* Core: Support object ids '.cdist' (Nico Schottelius)
|
||||||
|
* Type __apt_norecommends: Also setup autoremove options (Dmitry Bogatov)
|
||||||
|
|
||||||
|
|
||||||
3.1.13: 2015-05-16
|
3.1.13: 2015-05-16
|
||||||
|
|
Loading…
Reference in a new issue