|
|
|
@ -1,6 +1,7 @@ |
|
|
|
|
#!/bin/sh -e |
|
|
|
|
# |
|
|
|
|
# 2012-2014 Steven Armstrong (steven-cdist at armstrong.cc) |
|
|
|
|
# 2019 Nico Schottelius (nico-cdist at schottelius.org) |
|
|
|
|
# |
|
|
|
|
# This file is part of cdist. |
|
|
|
|
# |
|
|
|
@ -22,7 +23,7 @@ |
|
|
|
|
os=$(cat "$__global/explorer/os") |
|
|
|
|
|
|
|
|
|
case "$os" in |
|
|
|
|
ubuntu|debian|archlinux|suse|scientific|centos|devuan) |
|
|
|
|
alpine|ubuntu|debian|archlinux|suse|scientific|centos|devuan) |
|
|
|
|
__package postfix --state present |
|
|
|
|
;; |
|
|
|
|
*) |
|
|
|
|