Skip to content

Commit

Permalink
Update dispatcher name to match parser
Browse files Browse the repository at this point in the history
  • Loading branch information
alhogan committed Feb 26, 2024
1 parent e4a6671 commit c6aae48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions nornir_nautobot/plugins/tasks/dispatcher/aruba_aoscx.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""nornir dispatcher for Aruba AOSCX."""

from nornir_nautobot.plugins.tasks.dispatcher.default import NapalmDefault, NetmikoDefault


class NapalmArubaAoscx(NapalmDefault):
"""Collection of Napalm Nornir Tasks specific to Aruba AOSCX devices."""


class NetmikoArubaAoscx(NetmikoDefault):
"""Collection of Netmiko Nornir Tasks specific to Aruba AOSCX devices."""

config_command = "show run"
13 changes: 0 additions & 13 deletions nornir_nautobot/plugins/tasks/dispatcher/aruba_os.py

This file was deleted.

0 comments on commit c6aae48

Please sign in to comment.