From 1a149434f507956b0ff5afff59af627be6b08c7c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 1 Nov 2010 00:09:30 +0100 Subject: [PATCH] add new host init file with example Signed-off-by: Nico Schottelius --- conf/hosts/init | 5 +++++ conf/hosts/kr/files/notebook | 1 - conf/hosts/kr/manifest | 9 --------- 3 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 conf/hosts/init delete mode 100644 conf/hosts/kr/files/notebook delete mode 100644 conf/hosts/kr/manifest diff --git a/conf/hosts/init b/conf/hosts/init new file mode 100644 index 00000000..42431fcc --- /dev/null +++ b/conf/hosts/init @@ -0,0 +1,5 @@ +case "$__target_hostname" in + thilo) + echo "postgresql" + ;; +esac diff --git a/conf/hosts/kr/files/notebook b/conf/hosts/kr/files/notebook deleted file mode 100644 index 29e5dc63..00000000 --- a/conf/hosts/kr/files/notebook +++ /dev/null @@ -1 +0,0 @@ -This is Nico's notebook, automated via cdist. diff --git a/conf/hosts/kr/manifest b/conf/hosts/kr/manifest deleted file mode 100644 index 53c91f37..00000000 --- a/conf/hosts/kr/manifest +++ /dev/null @@ -1,9 +0,0 @@ -# works -cdist_package install vim zsh rxvt-unicode - -# works -cdist_file files/notebook /etc/nicos_notebook - -#collectd -#cdist_file /etc/issue issue -#cdist_file /etc/issue --via my_func