sshd state as test
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
commit
0855a52491
6
states/sshd/init.sls
Normal file
6
states/sshd/init.sls
Normal file
@ -0,0 +1,6 @@
|
||||
sshd:
|
||||
pkg.installed:
|
||||
version: latest
|
||||
service.running:
|
||||
name: ssh
|
||||
enable: true
|
3
states/top.sls
Normal file
3
states/top.sls
Normal file
@ -0,0 +1,3 @@
|
||||
base:
|
||||
'*':
|
||||
- sshd
|
Loading…
Reference in New Issue
Block a user