sshd state as test
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
commit
9649a845f9
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 @@
|
|||||||
|
{{ saltenv }}:
|
||||||
|
'*':
|
||||||
|
- sshd
|
Loading…
Reference in New Issue
Block a user