forked from ungleich-public/cdist
revert __line for clean PR history
This commit is contained in:
parent
7d8fc8a5c3
commit
17466452f0
5 changed files with 2 additions and 20 deletions
|
@ -34,16 +34,8 @@ state_should="$(cat "$__object/parameter/state")"
|
|||
state_is="$(cat "$__object/explorer/state")"
|
||||
|
||||
if [ -z "$state_is" ]; then
|
||||
if [ -f "$__object/parameter/create" ]; then
|
||||
echo "touch $file"
|
||||
else
|
||||
# only bark if the file should exists
|
||||
if [ -f "$__object/parameter/ifexists" ]; then
|
||||
exit 0
|
||||
fi
|
||||
printf 'The file "%s" is missing. Please create it before using %s on it.\n' "$file" "${__type##*/}" >&2
|
||||
exit 1
|
||||
fi
|
||||
printf 'The file "%s" is missing. Please create it before using %s on it.\n' "$file" "${__type##*/}" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$state_should" = "$state_is" ] || \
|
||||
|
|
|
@ -21,9 +21,6 @@ OPTIONAL PARAMETERS
|
|||
after
|
||||
Insert the given line after this pattern.
|
||||
|
||||
create
|
||||
It the file does not exist then create an empty file
|
||||
|
||||
before
|
||||
Insert the given line before this pattern.
|
||||
|
||||
|
@ -31,9 +28,6 @@ file
|
|||
If supplied, use this as the destination file.
|
||||
Otherwise the object_id is used.
|
||||
|
||||
ifexists
|
||||
Only apply the line if the file exists.
|
||||
|
||||
line
|
||||
Specifies the line which should be absent or present.
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
create
|
||||
ifexists
|
|
@ -1 +0,0 @@
|
|||
false
|
|
@ -1 +0,0 @@
|
|||
false
|
Loading…
Reference in a new issue