editing the init file
This commit is contained in:
parent
e577efdd82
commit
1e3527dbd1
2 changed files with 1 additions and 16 deletions
|
@ -1 +0,0 @@
|
|||
sami@afro-linux-lenovo-b50-30.4621:1587030233
|
16
dot-cdist/manifest/init
Normal file → Executable file
16
dot-cdist/manifest/init
Normal file → Executable file
|
@ -1,15 +1 @@
|
|||
|
||||
case "$__target_host" in
|
||||
localhost)
|
||||
# Indicate that the target host is configured with cdist
|
||||
__file /etc/cdist-configured
|
||||
|
||||
# Copy
|
||||
__file /etc/motd --state present --source "$__type/motd"
|
||||
|
||||
__package emacs --state present
|
||||
|
||||
__timezone Europe/Zurich
|
||||
;;
|
||||
esac
|
||||
|
||||
_file /etc/cdist-configured
|
||||
|
|
Loading…
Reference in a new issue