+= example

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2012-04-04 09:37:18 +02:00
parent ffcf57ee45
commit e3f767f5a1
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ __file /etc/issue --source "$__type/files/archlinux" --state present
__file /etc/shadow --source "$__type/files/shadow" \
--owner root --group shadow --mode 0640 \
--state present
# Provide a default file, but let the user change it
__file /home/frodo/.bashrc --source "/etc/skel/.bashrc" \
--state exists \
--owner frodo --mode 0600
--------------------------------------------------------------------------------