We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d750ae commit a7a199eCopy full SHA for a7a199e
salt/benchmarks/init.sls
@@ -0,0 +1,13 @@
1
+/etc/ssh/sshd_config.d/99-hardening.conf:
2
+ file.managed:
3
+ - source: salt://benchmarks/configs/sshd-hardening.conf
4
+ - user: root
5
+ - group: root
6
+ - mode: "0644"
7
+
8
+ssh-reload-benchmarks:
9
+ service.running:
10
+ - name: ssh
11
+ - reload: True
12
+ - watch:
13
+ - file: /etc/ssh/sshd_config.d/99-hardening.conf
salt/top.sls
@@ -36,6 +36,10 @@ base:
36
- pgbouncer
37
- buildbot
38
39
+ 'benchmarks':
40
+ - match: nodegroup
41
+ - benchmarks
42
43
'cdn-logs':
44
- match: nodegroup
45
- cdn-logs
0 commit comments