Simplify Apple Profile Configuration Template (#1033)

* Simplify Apple Profile Configuration Template

* enable lstrip_blocks

* remove ldashes
pull/1369/head
Fabian Foerg 6 years ago committed by Jack Ivanov
parent 58ce62e2bd
commit 13c4628b5d

@ -1,3 +1,4 @@
#jinja2:lstrip_blocks: True
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
@ -26,7 +27,6 @@
{% endfor %}
</array>
</dict>
{% else %}
{% endif %}
<dict>
<key>Action</key>
@ -57,7 +57,6 @@
<string>Disconnect</string>
</dict>
</array>
{% else %}
{% endif %}
<key>AuthenticationMethod</key>
<string>Certificate</string>

Loading…
Cancel
Save