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