2011-02-02 13:02:29 +00:00
|
|
|
#
|
|
|
|
# This is a sample manifest, but used in real world
|
|
|
|
#
|
|
|
|
|
2011-02-22 16:25:31 +00:00
|
|
|
# All systems get a file /etc/cdist-managed, so the sysadmin knows
|
|
|
|
# who manages the configuration.
|
2011-02-22 22:22:27 +00:00
|
|
|
#__file /etc/cdist-managed --type file
|
2011-02-22 16:25:31 +00:00
|
|
|
|
2011-02-02 13:02:29 +00:00
|
|
|
# All ikqs get a sample file
|
2011-02-02 20:22:09 +00:00
|
|
|
case "$__cdist_target_host" in
|
2011-02-22 16:25:31 +00:00
|
|
|
localhost)
|
2011-02-07 17:09:00 +00:00
|
|
|
__issue iddoesnotmatterhere
|
2011-02-23 08:10:17 +00:00
|
|
|
__file test --type file --destination /tmp/cdist-testfile
|
2011-02-18 23:01:39 +00:00
|
|
|
;;
|
2011-02-22 15:11:07 +00:00
|
|
|
|
|
|
|
icarus)
|
|
|
|
__package tree --ensure installed
|
|
|
|
;;
|
|
|
|
|
2010-10-31 23:09:30 +00:00
|
|
|
esac
|