From c1fcf5f3b1dc2166baaeb5002bb5628aaa255d95 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 2 May 2023 20:57:40 +0200 Subject: Init psyched.dev Add pillar IDs for theia/orpheus/selene to disable sshd management on them (machines use custom configurations for historic reasons, and we like to preserve history). Signed-off-by: Georg Pfuetzenreuter --- pillar/id/orpheus_psyched_dev.sls | 1 + pillar/id/selene_psyched_dev.sls | 1 + pillar/id/theia_psyched_dev.sls | 1 + 3 files changed, 3 insertions(+) create mode 100644 pillar/id/orpheus_psyched_dev.sls create mode 100644 pillar/id/selene_psyched_dev.sls create mode 100644 pillar/id/theia_psyched_dev.sls diff --git a/pillar/id/orpheus_psyched_dev.sls b/pillar/id/orpheus_psyched_dev.sls new file mode 100644 index 0000000..e945f96 --- /dev/null +++ b/pillar/id/orpheus_psyched_dev.sls @@ -0,0 +1 @@ +manage_sshd: False diff --git a/pillar/id/selene_psyched_dev.sls b/pillar/id/selene_psyched_dev.sls new file mode 100644 index 0000000..e945f96 --- /dev/null +++ b/pillar/id/selene_psyched_dev.sls @@ -0,0 +1 @@ +manage_sshd: False diff --git a/pillar/id/theia_psyched_dev.sls b/pillar/id/theia_psyched_dev.sls new file mode 100644 index 0000000..e945f96 --- /dev/null +++ b/pillar/id/theia_psyched_dev.sls @@ -0,0 +1 @@ +manage_sshd: False -- cgit v1.2.3