From 7d09fd2c9ded1a06329101a675fe6d63ccfbbf38 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 24 May 2020 15:17:13 +0200 Subject: [PATCH] proper pillar --- .gitignore | 2 ++ base/hostconfig/wohnz.sls | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a4edf6..6cbe93b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .project +.pydevproject +.settings diff --git a/base/hostconfig/wohnz.sls b/base/hostconfig/wohnz.sls index 42df9d3..faeb68f 100644 --- a/base/hostconfig/wohnz.sls +++ b/base/hostconfig/wohnz.sls @@ -1 +1,3 @@ -has_fan: True +hardware: + raspberrypi: + has_fan: True