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