forked from ungleich-public/cdist
support pacman packaging system
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d55c5b509f
commit
39d737014d
4 changed files with 5 additions and 7 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
cdist_explore_pkg_system()
|
||||
{
|
||||
# case $(cdist_explore_os)
|
||||
:
|
||||
case "$(cdist_explore_os)" in
|
||||
archlinux) echo pacman ;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
|
||||
cdist_package_install()
|
||||
{
|
||||
|
||||
:
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue