From cf21e1da9f339baaaa6e3f2b0e3b0b395e2cc496 Mon Sep 17 00:00:00 2001 From: llnu Date: Mon, 11 May 2020 12:31:51 +0200 Subject: [PATCH] removing backup file --- balazs/dot-cdist/type/__my_computer/manifest~ | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 balazs/dot-cdist/type/__my_computer/manifest~ diff --git a/balazs/dot-cdist/type/__my_computer/manifest~ b/balazs/dot-cdist/type/__my_computer/manifest~ deleted file mode 100755 index a6ac13d..0000000 --- a/balazs/dot-cdist/type/__my_computer/manifest~ +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -#This is a type for practice, used to learn cdist and configure a laptop. - - -for pkg in ndisc6 emacs zsh mosh nmap sipcalc; - do __package $pkg --state present; -done