Fix __package_update_index processing error
exit 1 in explorer will abort cdist.
This commit is contained in:
parent
eeb0590150
commit
2f89d8a514
2 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,5 @@ case "$os" in
|
|||
;;
|
||||
*) echo "Your operating system ($os) is currently not supported by this type (${__type##*/})." >&2
|
||||
echo "Please contribute an implementation for it if you can." >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -5,6 +5,7 @@ next:
|
|||
* Type __letsencrypt_cert: Add support for devuan ascii (Darko Poljak)
|
||||
* Type __systemd_unit: Fix minor issues and add masking unit files support (Adam Dej)
|
||||
* Type __grafana_dashboard: Fix devuan ascii support (Dominique Roux)
|
||||
* Type __package_update_index: Fix error when using OS not using apt (Stu Zhao)
|
||||
|
||||
4.10.1: 2018-06-21
|
||||
* Type __letsencrypt_cert: Fix temp file location and removal (Darko Poljak)
|
||||
|
|
Loading…
Reference in a new issue