Skip to content

Commit

Permalink
Update config.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
advornic committed Feb 9, 2015
1 parent 8026f89 commit f93508b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ definitions.
+---------------------------+-----------------------------------------------------------+----------------------------------------+
| Action | Description | Required Attributes |
+===========================+===========================================================+========================================+
| :mod:`add_config` | Adds a block of configuration to the final startup-config | url |
| :mod:`add_config` | Adds a block of configuration to the final startup-config | url, variables |
| | file | |
+---------------------------+-----------------------------------------------------------+----------------------------------------+
| :mod:`copy_file` | Copies a file from the server to the destination node | src\_url, dst\_url, overwrite, mode |
Expand All @@ -659,6 +659,10 @@ definitions.
| :mod:`send_email` | Sends an email to a set of recipients routed | smarthost, sender, receivers, subject, |
| | through a relay host. Can include file attachments | body, attachments, commands |
+---------------------------+-----------------------------------------------------------+----------------------------------------+
| :mod:`run_bash_script` | Run bash script during bootstrap. | url, variables |
+---------------------------+-----------------------------------------------------------+----------------------------------------+
| :mod:`run_cli_commands` | Run CLI commands during bootstrap. | url, variables |
+---------------------------+-----------------------------------------------------------+----------------------------------------+

Additional details on each action are available in the :doc:`actions` module docs.

Expand Down

0 comments on commit f93508b

Please sign in to comment.