forked from ungleich-public/cdist
Modified __package to utilize __package_pkg_freebsd
This commit is contained in:
parent
1d5b7cef9c
commit
5443d1a64a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ else
|
|||
debian|ubuntu) type="apt" ;;
|
||||
gentoo) type="emerge" ;;
|
||||
amazon|centos|fedora|redhat) type="yum" ;;
|
||||
freebsd) type="pkg_freebsd" ;;
|
||||
*)
|
||||
echo "Don't know how to manage packages on: $os" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue