Skip to content

Commit

Permalink
Merge pull request #15874 from terminalmage/fix-docstring-2014.1
Browse files Browse the repository at this point in the history
Fix incorrect docstring (2014.1 branch)
  • Loading branch information
Nicole Thomas committed Sep 17, 2014
2 parents 88cd5b2 + f78c7d5 commit d3763b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/states/module.py
Expand Up @@ -11,7 +11,7 @@
mine.send:
module.run:
- func: network.interfaces
- name: network.interfaces
Note that this example is probably unnecessary to use in practice, since the
``mine_functions`` and ``mine_interval`` config parameters can be used to
Expand All @@ -25,7 +25,7 @@
mine.send:
module.wait:
- func: network.interfaces
- name: network.interfaces
- watch:
- file: /etc/network/interfaces
Expand Down

0 comments on commit d3763b7

Please sign in to comment.