mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Normalize yaml spacing to 2 space
This commit is contained in:
parent
3d1469b8d9
commit
82213555ca
1 changed files with 17 additions and 17 deletions
|
@ -18,14 +18,14 @@ all interfaces are ignored unless specified.
|
|||
.. code-block:: yaml
|
||||
|
||||
system:
|
||||
network.system:
|
||||
- enabled: True
|
||||
- hostname: server1.example.com
|
||||
- gateway: 192.168.0.1
|
||||
- gatewaydev: eth0
|
||||
- nozeroconf: True
|
||||
- nisdomain: example.com
|
||||
- require_reboot: True
|
||||
network.system:
|
||||
- enabled: True
|
||||
- hostname: server1.example.com
|
||||
- gateway: 192.168.0.1
|
||||
- gatewaydev: eth0
|
||||
- nozeroconf: True
|
||||
- nisdomain: example.com
|
||||
- require_reboot: True
|
||||
|
||||
eth0:
|
||||
network.managed:
|
||||
|
@ -195,15 +195,15 @@ all interfaces are ignored unless specified.
|
|||
- network: eth4
|
||||
|
||||
system:
|
||||
network.system:
|
||||
- enabled: True
|
||||
- hostname: server1.example.com
|
||||
- gateway: 192.168.0.1
|
||||
- gatewaydev: eth0
|
||||
- nozeroconf: True
|
||||
- nisdomain: example.com
|
||||
- require_reboot: True
|
||||
- apply_hostname: True
|
||||
network.system:
|
||||
- enabled: True
|
||||
- hostname: server1.example.com
|
||||
- gateway: 192.168.0.1
|
||||
- gatewaydev: eth0
|
||||
- nozeroconf: True
|
||||
- nisdomain: example.com
|
||||
- require_reboot: True
|
||||
- apply_hostname: True
|
||||
|
||||
lo:
|
||||
network.managed:
|
||||
|
|
Loading…
Add table
Reference in a new issue