finish ri_data module
change some ri_cmd to accompany with ri_data
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</groups>
|
||||
|
||||
<services>
|
||||
<service name="ssh" script='sshd' start="yes"/>
|
||||
<service name="ssh" number='100' script='sshd' start="yes" package='openssh'/>
|
||||
</services>
|
||||
|
||||
</install>
|
||||
|
||||
@@ -99,7 +99,11 @@
|
||||
<element name="group">
|
||||
<attribute name="name"/>
|
||||
<attribute name="install">
|
||||
<ref name="mybool"/>
|
||||
<choice>
|
||||
<value>mandatory</value>
|
||||
<value>yes</value>
|
||||
<value>no</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<optional>
|
||||
<ref name="description"/>
|
||||
@@ -157,10 +161,16 @@
|
||||
<zeroOrMore>
|
||||
<element name='service'>
|
||||
<attribute name='name'/>
|
||||
<attribute name='number'/>
|
||||
<attribute name='script'/>
|
||||
<attribute name='start'>
|
||||
<ref name='mybool'/>
|
||||
<choice>
|
||||
<value>disable</value>
|
||||
<value>yes</value>
|
||||
<value>no</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name='package'/>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
</element>
|
||||
|
||||
Reference in New Issue
Block a user