forked from ungleich-public/cdist
Fire onchange for present and exists states
Even if no attribute is changed. Fixes #750.
This commit is contained in:
parent
8ee667f57f
commit
f6b318bb00
2 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ case "$state_should" in
|
|||
fi
|
||||
fi
|
||||
done
|
||||
if [ -f "$__object/files/set-attributes" ]; then
|
||||
# set-attributes is created if file is created or uploaded in gencode-local
|
||||
fire_onchange=1
|
||||
fi
|
||||
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue