Hello all, I have set up a public svn repository with some facts that we have written over time: https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/ (yes, it is svn). Now, I was wondering where to document this on the puppet-wiki (or should it rather be the facter-wiki) http://reductivelabs.com/trac/puppet/tags/facter%2Crecipe does not give any clear hint on this. Maybe I should start a new page like the one for puppet-module repositories. Anyway, here are the facts: 3ware - gives information (firmware, model, make, size) about the harddisks connected to 3ware controllers (requires tw_cli) harddisks - information (firmware, model, make) for non-3ware controllers. These 2 are especially nice for those people who might have seagate harddisks in their boxes... raid - more information than in: http://reductivelabs.com/trac/puppet/wiki/Recipes/RaidFact pystone - makes a simple pystone python benchmark and averages on it (gives you some hints about the processor speed) bogomips - yes, they are funny. macosx_productcode - Leopard,Tiger,Panther et al classes - in which classes is this host? graphics - nvidia,ati or false ( :( ) ssetype - sse or sse2 - this was needed for the new matlab (>2008a) version, that does not run on sse1 hosts (mathworks are a**holes) vardir - reads "vardir" from puppet.conf (is there another way to get to this value? unameproc - "uname -p" - this was written by somebody else (hope I can put it there) admini - looks if either admin or admini exists... virtual - for some reason I use this older version. some time after 0.24.5 the puppet-shipped fact suddenly changed its behaviour (although I''m not sure any more how) Have fun, udo. -- :: udo waechter - root@zoide.net :: N 52º16''30.5" E 8º3''10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: http://ezag.zoide.net :: your brain: http://zoide.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
udo waechter schrieb:> I have set up a public svn repository with some facts that we have > written over time: > > https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/ > > (yes, it is svn).I only get this as a result: (Firefox) Fehler beim Laden des Stylesheets: Beim Laden eines XSLT-Stylesheets ist ein Netzwerkfehler aufgetreten:https://svn.ikw.uni-osnabrueck.de/svnindex.xsl (IE) Die XML-Seite kann nicht angezeigt werden Die XML-Eingabe kann nicht angezeigt werden, wenn Stylesheet XSL verwendet wird. Beheben Sie den Fehler und klicken Sie dann auf Aktualisieren, oder wiederholen Sie den Vorgang später. -------------------------------------------------------------------------------- Das Stylesheet enthält kein Dokumentelement. Das Stylesheet ist möglicherweise leer, oder es ist kein wohlgeformtes XML-Dok... cu, sven --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, sorry, you can not browse the repository. you need to check it out (or export) it directly like so: svn co https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/ or svn export https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/ if you do not want to have the metadata Udo. On 02/03/2009 11:57 AM, Sven Mueller wrote:> udo waechter schrieb: >> I have set up a public svn repository with some facts that we have >> written over time: >> >> https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/ >> >> (yes, it is svn). > > I only get this as a result: > > (Firefox) > Fehler beim Laden des Stylesheets: Beim Laden eines XSLT-Stylesheets ist > ein Netzwerkfehler > aufgetreten:https://svn.ikw.uni-osnabrueck.de/svnindex.xsl > > (IE) > Die XML-Seite kann nicht angezeigt werden > Die XML-Eingabe kann nicht angezeigt werden, wenn Stylesheet XSL > verwendet wird. Beheben Sie den Fehler und klicken Sie dann auf > Aktualisieren, oder wiederholen Sie den Vorgang später. > > > -------------------------------------------------------------------------------- > > Das Stylesheet enthält kein Dokumentelement. Das Stylesheet ist > möglicherweise leer, oder es ist kein wohlgeformtes XML-Dok... > > > > cu, > sven > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en > -~----------~----~----~----~------~----~------~--~--- > >