forked from ungleich-public/cdist
more stuff for upcoming 1.0.4
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
49d3548f46
commit
1187a8594a
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ case "$__target_host" in
|
||||||
localhost)
|
localhost)
|
||||||
# Usual example
|
# Usual example
|
||||||
__file test --type symlink --source /etc/cdist-configured --destination /tmp/cdist-testfile
|
__file test --type symlink --source /etc/cdist-configured --destination /tmp/cdist-testfile
|
||||||
|
__motd
|
||||||
;;
|
;;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
* New type __motd
|
* New type __motd
|
||||||
* New type __addifnosuchline
|
* New type __addifnosuchline
|
||||||
* Document type __issue
|
* Document type __issue
|
||||||
|
* Document type __package_pacman
|
||||||
|
|
||||||
1.0.3: 2011-03-11
|
1.0.3: 2011-03-11
|
||||||
* Update regexp used for sane characters
|
* Update regexp used for sane characters
|
||||||
|
|
Loading…
Reference in a new issue