begin to cleanup stages document

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-19 00:01:39 +01:00
commit 0da3483223
5 changed files with 14 additions and 34 deletions

View file

@ -10,4 +10,12 @@ case "$__cdist_target_host" in
--type file
__issue iddoesnotmatterhere
;;
tee.schottelius.org)
__package qemu-kvm --wtf installed
;;
katze*)
__package qemu-kvm --wtf installed
;;
esac

View file

@ -1,28 +0,0 @@
#!/bin/sh
#
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
#
# This file is part of cdist.
#
# cdist is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# cdist is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
#
#
cdist_dir()
{
dst="$1"; shift
# FIXME later: ownership, permissions, recursive
mkdir "${dst}"
}

View file

@ -1 +1,3 @@
mode
source
destination

View file

@ -1,3 +1 @@
source
destination
type