Skip to content

Commit

Permalink
Check the debops.lxc example. Not much that yaml4rst can do here.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Nov 19, 2016
1 parent f3b6c87 commit ddad5ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/input_files/debops.lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ lxc__apt_preferences__dependent_list:

# .. envvar:: lxc_network_forward
#
# ##################
# Note the missing closing fold above. yaml4rst can not fix everything ;)
# It could try to fix it, sure, but we can not fix every wrong input.
#
# Configuration for the debops.ferm_ role.
lxc__ferm__forward: True

Expand Down
4 changes: 4 additions & 0 deletions tests/output_files/debops.lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ lxc__apt_preferences__dependent_list:
# ]]]
# .. envvar:: lxc__ferm__forward [[[
#
# ##################
# Note the missing closing fold above. yaml4rst can not fix everything ;)
# It could try to fix it, sure, but we can not fix every wrong input.
#
# Configuration for the debops.ferm_ role.
lxc__ferm__forward: True

Expand Down

0 comments on commit ddad5ee

Please sign in to comment.