mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Merge pull request #41441 from vitaliyf/patch-3
Updated docstring in states/libcloud_dns.py
This commit is contained in:
commit
d2d5bfef18
@ -29,16 +29,19 @@ Example:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
webserver:
|
||||
my-zone:
|
||||
libcloud_dns.zone_present:
|
||||
name: mywebsite.com
|
||||
profile: profile1
|
||||
- name: mywebsite.com
|
||||
- profile: profile1
|
||||
my-website:
|
||||
libcloud_dns.record_present:
|
||||
name: www
|
||||
zone: mywebsite.com
|
||||
type: A
|
||||
data: 12.34.32.3
|
||||
profile: profile1
|
||||
- name: www
|
||||
- zone: mywebsite.com
|
||||
- type: A
|
||||
- data: 12.34.32.3
|
||||
- profile: profile1
|
||||
- require:
|
||||
- libcloud_dns: my-zone
|
||||
|
||||
|
||||
:depends: apache-libcloud
|
||||
|
Loading…
Reference in New Issue
Block a user