Skip to content

Commit

Permalink
Merge pull request #1 from halaharvi/patch-1
Browse files Browse the repository at this point in the history
Fixing Salt Runners documentation
  • Loading branch information
halaharvi committed Mar 9, 2013
2 parents 3ad0cd5 + 3654ac9 commit 062cb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/runners/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ responding to Salt calls would look like this:
'''
Print a list of all of the minions that are up
'''
client = salt.client.LocalClient(__opts__['config'])
client = salt.client.LocalClient(__opts__['conf_file'])
minions = client.cmd('*', 'test.ping', timeout=1)
for minion in sorted(minions):
print minion
Expand Down

0 comments on commit 062cb4b

Please sign in to comment.