Skip to content

Commit

Permalink
Merge pull request #55215 from jtraub91/issue-55198-twilio-docs
Browse files Browse the repository at this point in the history
update docstrings
  • Loading branch information
dwoz authored Nov 13, 2019
2 parents 2ed3a1b + 8ea1065 commit 50e89ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions salt/modules/twilio_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
:depends: - twilio python module
:configuration: Configure this module by specifying the name of a configuration
profile in the minion config, minion pillar, or master config.
profile in the minion config, minion pillar, or master config (with :conf_master:`pillar_opts` set to True).
.. warning: Setting pillar_opts to True in the master config may be considered
unsafe as it copies the master config to pillar
For example:
Expand Down Expand Up @@ -73,7 +76,7 @@ def send_sms(profile, body, to, from_):
CLI Example:
twilio.send_sms twilio-account 'Test sms' '+18019999999' '+18011111111'
twilio.send_sms my-twilio-account 'Test sms' '+18019999999' '+18011111111'
'''
ret = {}
ret['message'] = {}
Expand Down

0 comments on commit 50e89ab

Please sign in to comment.