Skip to content

Commit

Permalink
Update elasticsearch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-zel authored Feb 28, 2017
1 parent dc00f46 commit c423199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _get_instance(hosts=None, profile=None):
ca_certs=ca_certs,
verify_certs=verify_certs,
)
elif username and passowrd:
elif username and password:
es = elasticsearch.Elasticsearch(
hosts,
use_ssl=use_ssl,
Expand Down

0 comments on commit c423199

Please sign in to comment.