Learning Circle : update cdist init file
This commit is contained in:
parent
ba3d9db8c1
commit
ff02443a0f
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