> > I would like to adjust this. After doing some more testing, > it looks like the > problem is with the client. > > Host.xml: > <?xml version="1.0" encoding="UTF-8"?> > <wpkg> > <!-- Created 11/7/2011 > --> > <host name=".+" profile-id="Default" /> > <host name="TECH-PC" profile-id="JVtest" /> > </wpkg> > > Profiles.xml: > <?xml version="1.0" encoding="UTF-8"?> > <!-- Created 11/7/2011 > --> > <profiles> > <profile id="Default"> > <package package-id="Discovery" /> > <package package-id="sophos" /> > </profile> > <profile id="JVtest"> > <depends profile-id="Default" /> > <package package-id="LAAdmin" /> > <package package-id="Dia" /> > </profile> > </profiles> > > After I clear wpkg.xml, the only thing that appears is > Discovery (inventory) > and sophos. Any extra programs are not added. > I seem to remember that this problem has been discovered already and is fixed in the WPKG v1.2.1 release candidates. Get the latest release candidate at http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/stable/src/main/resources/wpkg/ --- Stefan |