aboutsummaryrefslogtreecommitdiff
path: root/endpoints.yml
diff options
context:
space:
mode:
Diffstat (limited to 'endpoints.yml')
-rw-r--r--endpoints.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/endpoints.yml b/endpoints.yml
index fad2160..c4d35bc 100644
--- a/endpoints.yml
+++ b/endpoints.yml
@@ -1,15 +1,15 @@
host1:
transports:
ssh:
- class: transport.SshTransport
+ class: automato.transport.SshTransport
hostname: 'localhost'
username: 'jonas'
commands:
notify:
- class: command.NotifyCommand
+ class: automato.command.NotifyCommand
transport: ssh
states:
user:
- class: state.UserSessionState
+ class: automato.state.UserSessionState
transport: ssh
ttl: 30