mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Simplify Apple Profile Configuration Template (#1033)
* Simplify Apple Profile Configuration Template * enable lstrip_blocks * remove ldashes
This commit is contained in:
parent
58ce62e2bd
commit
13c4628b5d
1 changed files with 10 additions and 11 deletions
|
@ -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…
Add table
Reference in a new issue