forked from ungleich-public/cdist
[consul/alpine] no init script required to be deployed anymore
This commit is contained in:
parent
9859080217
commit
f407e8825f
2 changed files with 5 additions and 1 deletions
|
@ -181,7 +181,7 @@ init_upstart()
|
|||
|
||||
# Install init script to start on boot
|
||||
case "$os" in
|
||||
alpine|devuan)
|
||||
devuan)
|
||||
init_sysvinit debian
|
||||
;;
|
||||
centos|redhat)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue