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