forked from ungleich-public/cdist
__sysctl: Add support for CoreOS (#605)
This commit is contained in:
parent
b722843f01
commit
457233f968
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
os=$(cat "$__global/explorer/os")
|
||||
|
||||
case "$os" in
|
||||
redhat|centos|ubuntu|debian|devuan|archlinux)
|
||||
redhat|centos|ubuntu|debian|devuan|archlinux|coreos)
|
||||
:
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue