Learning Circle : update cdist init file
This commit is contained in:
parent
5f5c31f896
commit
f7409f9de7
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
__file /etc/cdist-configured
|
||||
|
||||
case "$__target_host" in
|
||||
localhost)
|
||||
__motd
|
||||
__timezone Asia/Seoul
|
||||
__package emacs --state present
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue