forked from ungleich-public/cdist
postfix install works also on suse (SLES11)
This commit is contained in:
parent
b2e39e3dc1
commit
01dc23b00c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
os=$(cat "$__global/explorer/os")
|
os=$(cat "$__global/explorer/os")
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
ubuntu|debian|archlinux)
|
ubuntu|debian|archlinux|suse)
|
||||||
__package postfix --state present
|
__package postfix --state present
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue