[consul/alpine] no init script required to be deployed anymore

This commit is contained in:
Nico Schottelius 2019-12-15 22:56:16 +01:00
parent 9859080217
commit f407e8825f
2 changed files with 5 additions and 1 deletions

View File

@ -181,7 +181,7 @@ init_upstart()
# Install init script to start on boot
case "$os" in
alpine|devuan)
devuan)
init_sysvinit debian
;;
centos|redhat)

View File

@ -1,6 +1,10 @@
Changelog
---------
next:
* Type __consul_agent: don't deploy init script on Alpine anymore,
it ships with one itself (Nico Schottelius)
6.3.0: 2019-12-12
* Type __package_update_index: Fix Alpine part (Dominique Roux)
* Documentation: Fix man pages for install types (Darko Poljak)