switched to motd type
This commit is contained in:
parent
4fb34973f0
commit
4885f7ca86
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ case "$__target_host" in
|
||||||
__file /etc/cdist-configured
|
__file /etc/cdist-configured
|
||||||
|
|
||||||
# Copy a cool motd from the type's file directory
|
# Copy a cool motd from the type's file directory
|
||||||
__file /etc/motd --state present --source "$__files/motd"
|
__motd --source "$__files/motd"
|
||||||
|
|
||||||
__package emacs --state present
|
__package emacs nmap mosh --state present
|
||||||
|
|
||||||
__timezone Europe/Zurich
|
__timezone Europe/Zurich
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue