From 04da1f0d76e7137585dcf869901e56218e60034c Mon Sep 17 00:00:00 2001 From: elf Date: Wed, 6 May 2020 22:14:21 +0900 Subject: [PATCH] [cdist #2] update manifest for .emacs file --- kjg/dot-cdist/type/__my_computer/manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kjg/dot-cdist/type/__my_computer/manifest b/kjg/dot-cdist/type/__my_computer/manifest index a6b547c..27d7365 100644 --- a/kjg/dot-cdist/type/__my_computer/manifest +++ b/kjg/dot-cdist/type/__my_computer/manifest @@ -4,3 +4,6 @@ pkgs="zsh mosh emacs nmap sipcalc" for pkg in ${pkgs}; do __package ${pkg} --state present done + +require="__package/emacs" __file ~/.emacs \ + --mode 0644 --source "$__type/files/.emacs"