[wpkg-users] Suggestion for pacakge installation for all clients

Pendl Stefan stefan.pendl at haidlmair.at
Tue Apr 21 13:53:05 CEST 2009


Tomasz Chmielewski wrote:
luca_manganelli at comune.trento.it schrieb:
> Tomasz Chmielewski <mangoo at wpkg.org> scritti il 21/04/2009 11.48.40
>
>> It is possible now:
>
>> http://wpkg.org/Profiles.xml
>
>> If it's not clear for you, let me know.
>
> You don't understood me.
>
> I want a profile to be installed by *ALL* clients that has the WPKG
> service, without specifying it in the hosts.xml.

Is it so hard to do?

Even if it was possible, you would have to specify it somewhere else
(config.xml?), so, what's the point?

Or, I still don't understand.


--
Tomasz Chmielewski
http://wpkg.org<http://wpkg.org/>
-------------------------------------------------------------------------
As Tomasz says, it is all there.

I too have separate host files for each room, there is no trouble with it.

Example:

Programmierung.xml
>>
<?xml version="1.0" encoding="UTF-8"?>
<wpkg>
 <!-- Rechner CAD/CAM Betreuer -->
    <host name="cam06" profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="ProgrammierungAdmin" />
 </host>

    <host name="cam0." profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="Programmierung" />
 </host>

</wpkg>
<<

Konstruktion.xml
>>
<?xml version="1.0" encoding="UTF-8"?>
<wpkg>
 <!-- CAD Design Rechner -->
    <host name="cad25" profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="KonstruktionDesign" />
 </host>
    <host name="cad[12]." profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="KonstruktionDesign" />
 </host>
    <host name="besprzi0[12]" profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="KonstruktionDesign" />
 </host>
 <!-- CAD Office Rechner -->
 <host name="cad01" profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="KonstruktionOffice" />
 </host>
 <host name="cad05" profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="KonstruktionOffice" />
 </host>
 <host name="cadm03" profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="KonstruktionOffice" />
 </host>
 <host name="office07" profile-id="WpkgClient" >
  <profile id="DesktopPC" />
  <profile id="KonstruktionOffice" />
 </host>
</wpkg>
<<

You  see all have the WPKGclient profile assigned and all have the DesktopPC profile assigned.

If I need a new host file, I just copy an existing one and change the host names, voila ;-)

---
Stefan




More information about the wpkg-users mailing list