Browse Source

Fastd peers.git isn't in use anymore.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 years ago
parent
commit
673b1be9c3
2 changed files with 0 additions and 13 deletions
  1. 0 1
      fastd/peers.sls
  2. 0 12
      keys/init.sls

+ 0 - 1
fastd/peers.sls

@@ -5,7 +5,6 @@
 # include ffho stuff (ffho.id_rsa)
 include:
   - ffho_base
-  - keys
 
 # publish blacklist
 /etc/fastd/peers-blacklist:

+ 0 - 12
keys/init.sls

@@ -1,12 +0,0 @@
-
-
-#
-# SSH private key for GIT access
-{% if 'fastd_peers' in salt['pillar.get'] ('nodes:' ~ grains['id'] ~ ':roles', []) %}
-/root/.ssh/ffho_peers_git.id_rsa:
-  file.managed:
-    - contents_pillar: ffho:keys:peers_git:ssh_privkey
-    - user: root
-    - group: root
-    - mode: 400
-{% endif %}