8 lines
114 B
Text
8 lines
114 B
Text
|
case "$__target_host" in
|
||
|
# Everybody has this
|
||
|
localhost)
|
||
|
__file /etc/cdist-configured
|
||
|
|
||
|
;;
|
||
|
esac
|