Skip to content

Commit

Permalink
adapt autoyast profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 8, 2017
1 parent e10d79e commit f16b600
Showing 1 changed file with 24 additions and 52 deletions.
76 changes: 24 additions & 52 deletions test/fixtures/autoyast/autoinst.xml
Original file line number Diff line number Diff line change
@@ -1,58 +1,30 @@
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<general>
<ask-list config:type="list"/>
<mode>
<confirm config:type="boolean">false</confirm>
</mode>
<proposals config:type="list"/>
<signature-handling>
<accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
<accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key>
<accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
<accept_verification_failed config:type="boolean">false</accept_verification_failed>
<import_gpg_key config:type="boolean">true</import_gpg_key>
</signature-handling>
</general>
<ntp-client>
<ntp_policy>STATIC</ntp_policy>
<peers config:type="list">
<peer>
<address> 0.opensuse.pool.ntp.org </address>
<comment> # a comment with spaces </comment>
<initial_sync config:type="boolean">true</initial_sync>
<options>iburst</options>
<type>server</type>
</peer>
<peer>
<address>1.opensuse.pool.ntp.org</address>
<comment/>
<options>iburst</options>
<type>server</type>
</peer>
<peer>
<address>2.opensuse.pool.ntp.org</address>
<comment/>
<options>iburst</options>
<type>server</type>
</peer>
<peer>
<address>3.opensuse.pool.ntp.org</address>
<comment/>
<options>iburst</options>
<type>server</type>
</peer>
</peers>
<restricts config:type="list">
<restrict>
<comment/>
<mask/>
<options>notrap nomodify nopeer noquery</options>
<target>default</target>
</restrict>
<restrict>
<comment/>
<mask/>
<options/>
<target>127.0.0.1</target>
</restrict>
<restrict>
<comment/>
<mask/>
<options/>
<target>::1</target>
</restrict>
</restricts>
<start_at_boot config:type="boolean">true</start_at_boot>
<start_in_chroot config:type="boolean">false</start_in_chroot>
<sync_interval config:type="integer">15</sync_interval>
<synchronize_time config:type="boolean">true</synchronize_time>
<ntp_policy>auto</ntp_policy>
<ntp_servers config:type="list">
<ntp_server>
<iburst config:type="boolean">true</iburst>
<name>cz.pool.ntp.org</name>
<offline config:type="boolean">false</offline>
</ntp_server>
</ntp_servers>
<ntp_sync>systemd</ntp_sync>
</ntp-client>
</profile>

0 comments on commit f16b600

Please sign in to comment.