<p>Hello!</p>
<p>The order is matter. In simple words - the first occurance wins and all others will be ignored. </p>
<p>You should consider to use "dependends"esš in the profiles.xml level. Just change the order of host definition in hosts.xml and add something like this to profiles.xml:<br>
šššššš ....<br>
šššššš <profile id="javaprofile"><br>
šššššššššššššš <depends profile-id="common-software" /><br>
šššššššššššššš <package package-id="bulk-java-package" /><br>
šššššššššššššš ....<br>
šššššš </profile></p>
<div class="gmail_quote">28.11.2012 21:26 ΠΟΜΨΪΟΧΑΤΕΜΨ "Chris" <<a href="mailto:chris-2012@arcor.de">chris-2012@arcor.de</a>> ΞΑΠΙΣΑΜ:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear All,<br>
<br>
is it possible to make a host use several profiles like this?<br>
<br>
<host ipaddresses="^192\.168\.1\.[0-<u></u>9]+$" profile-id="common-software" /><br>
<host ipaddresses="192\.168\.1\.12" profile-id="javaprofile" /><br>
<br>
Does order of the host entries matter?<br>
<br>
I don't understand<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Normally, hosts are parsed from top to the bottom, except when the<br>
hostname is not a regular expression. So host "bronek1" will match<br>
"profile1", even though it also matches "b.+" and "bron.+" (which are<br>
regular expressions).<br>
</blockquote>
<br>
( from <a href="http://wpkg.org/Regular_expression_support" target="_blank">http://wpkg.org/Regular_<u></u>expression_support</a> )<br>
<br>
Does this mean the first match wins and the others are ignored?<br>
<br>
Is there any way to define host groups and to assign programs (or profiles) to individual hosts at the same time?<br>
<br>
<br>
Chris<br>
------------------------------<u></u>------------------------------<u></u>-------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/<u></u>pipermail/wpkg-users/</a><br>
______________________________<u></u>_________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/<u></u>listinfo/wpkg-users</a><br>
</blockquote></div>