summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated to version 1.3.1luke2006-06-201-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@138 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding a call to dnsdomainname before domainnameluke2006-06-191-0/+12
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@137 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fixing #15. Just adding rescue blocks around the load statements.luke2006-06-192-1/+38
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@136 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updating for 1.3luke2006-06-122-0/+9
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@135 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated for use with latest Fedora ruby packageslutter2006-06-121-10/+24
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@134 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.3luke2006-06-091-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@132 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.3luke2006-06-091-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@131 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.3luke2006-06-091-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@130 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing installer so it does not install batch files on darwinluke2006-05-311-1/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@129 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* trying to fix facterbin rubylib settingluke2006-05-311-1/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@128 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing test so that it works even if rubylib is not setluke2006-05-311-1/+5
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@127 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding tagging frameworks back into Facter, and adding the ability to ↵luke2006-05-312-22/+119
| | | | | | specify tags to the to_hash method so that you only receive facts tagged with specific tags git-svn-id: http://reductivelabs.com/svn/facter/trunk@126 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing the linux processor stuff so it only gets called on linuxluke2006-05-311-19/+22
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@125 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* changing the syntax of the fact confinesluke2006-05-311-17/+13
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@124 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding some documentation to the binaryluke2006-05-311-6/+55
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@123 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding rubysitedir fact, as requested in #13. Also, switching the output ↵luke2006-05-313-2/+25
| | | | | | when one fact is asked for, so it only produces the single value, with no => symbol. git-svn-id: http://reductivelabs.com/svn/facter/trunk@122 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing test to ignore differences in memoryluke2006-05-301-0/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@121 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Switching "tag" to "confine", because it is a more appropriate term. I will ↵luke2006-05-304-65/+66
| | | | | | also add "tags", but they will be used for creating fact collections. git-svn-id: http://reductivelabs.com/svn/facter/trunk@120 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding patch from #11, with slight modifications.luke2006-05-302-2/+22
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@119 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding patch from #11, with slight modifications.luke2006-05-302-0/+52
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@118 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding the ability to specify tags as hashes or arrays, as requested in #112.luke2006-05-302-3/+60
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@117 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Getting rid of the autoload method entirely; facts are now only loaded at ↵luke2006-05-302-53/+14
| | | | | | startup. git-svn-id: http://reductivelabs.com/svn/facter/trunk@116 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing linux memory stuffluke2006-05-303-2/+8
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@115 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* accepting patch in #10, although with more abstraction, and creating a ↵luke2006-05-301-0/+58
| | | | | | module for the memory functions git-svn-id: http://reductivelabs.com/svn/facter/trunk@114 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Accepting the patch in #9, with some modifications.luke2006-05-303-32/+19
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@113 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding solaris pkg stuffluke2006-05-251-0/+7
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@112 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.2.1luke2006-05-231-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@110 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing small bug that only occurs with gemsluke2006-05-234-4/+27
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@109 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.2.0luke2006-05-231-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@107 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding final autoloading work.luke2006-05-232-25/+140
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@106 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updating changelog for 1.2.0luke2006-05-231-0/+11
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@105 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding another test for the exeluke2006-05-231-1/+20
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@104 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding ruby, puppet, and facter version factsluke2006-05-232-0/+30
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@103 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fixing install and tests so that there are no errors, hopefully.luke2006-05-233-16/+21
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@102 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Added "architecture" fact, added the ability to autoload facts from separate ↵luke2006-05-232-6/+109
| | | | | | files, and added the ability to retrieve fact values via a method for each fact. git-svn-id: http://reductivelabs.com/svn/facter/trunk@101 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Accepting the patch from #5luke2006-05-161-63/+14
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@100 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Removing ruby as a prereqluke2006-03-141-1/+0
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@99 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Converting rakefile to the new build systemluke2006-03-141-324/+27
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@98 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Minor changes for hte Fedora Extras reviewlutter2006-03-141-11/+19
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@97 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing rake file to build and copy rpms automaticallyluke2006-03-021-0/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@96 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updating changelog for 1.1.4luke2006-02-282-1/+4
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@95 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.4luke2006-02-281-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@93 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fixing installer to put the facter executable in /usr/bin instead of /luke2006-02-282-1/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@92 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.3luke2006-02-231-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@90 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding 1.1.3 changelogluke2006-02-231-0/+3
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@89 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Identifying centosluke2006-02-231-1/+6
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@88 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updatesluke2006-02-182-2/+7
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@87 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.2luke2006-02-171-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@85 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding ldapname capabilitiesluke2006-02-173-5/+34
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@84 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Automatically update version and release in the specfile for new releaseslutter2006-02-091-0/+17
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@83 1f5c1d6a-bddf-0310-8f58-fc49e503516a