summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | maint: cleanup whitespaceMatt Robinson2011-04-012-19/+18
| |/ / / |/| | |
| * | | (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and ↵Michael Kincaid2011-04-012-0/+32
| | | | | | | | | | | | | | | | prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
| * | | Merge remote branch ↵James Turnbull2011-04-0144-10/+555
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'barn/tickets/next/5394-Improve_Facter_fact_value_documentation' into next * barn/tickets/next/5394-Improve_Facter_fact_value_documentation: (#5394) Document each Facter fact.
| | * | | (#5394) Document each Facter fact.Ben H2011-03-3144-10/+555
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document all the builtin Facter facts in puppetdoc/rdoc format. This is laying the ground work for using a tool like puppet doc, or puppet describe but for facter, so you can see what a fact is for and how it resolves this. This is the "leg work" of documenting the actual facts, and the syntax of them may change in future.
| * | | Merge remote branch 'adrien/tickets/next/6613' into nextJames Turnbull2011-04-011-0/+12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * adrien/tickets/next/6613: (#6613) Switch solaris macaddress fact to netstat
| | * | | (#6613) Switch solaris macaddress fact to netstatAdrien Thebo2011-03-281-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | - ifconfig on solaris will only return the mac address if run as root. netstat -np will provide the information to any user.
| * | | | (#6883) Update Facter install.rb to be slightly more informative.Ben Hughes2011-04-011-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Give slightly more information to the user when installing facter and the pre-requisite Ruby libraries are not installed. In the case of OpenSSL, the user can have OpenSSL installed, and not the gem/library, but the error message given in no way hints to this.
| * | | Merge branch 'master' into nextJacob Helwig2011-03-281-0/+4
| |\ \ \ | |/ / / |/| | | | | | | | | | | * master: Updated CHANGELOG for 1.5.9rc4
* | | | Updated CHANGELOG for 1.5.9rc4Jacob Helwig2011-03-211-0/+4
| | | |
* | | | Merge branch 'next'Jacob Helwig2011-03-211-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * next: (#6795) Update tests to reflect changed exec
| | * | Merge branch 'ticket/next/6862-default-subject-in-multi-patch-series' into nextJacob Helwig2011-03-281-1/+3
| | |\ \ | | | | | | | | | | | | | | | | | | | | * ticket/next/6862-default-subject-in-multi-patch-series: (#6862) Add a default subject for the mail_patches rake task
| | | * | (#6862) Add a default subject for the mail_patches rake taskJacob Helwig2011-03-281-1/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will prevent committers to forget to write cover letter subject when rake mail_patches needs to send multiple e-mails. It defaults to the "type" and "branch name" of the patch-set. This is taken from Brice's patch against Puppet (37f9ca09135330ed180fb68d9295a4967a5cc857). Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
| | * | Merge branch 'ticket/next/6817-19_fixes' into nextMatt Robinson2011-03-222-20/+19
| |/| | | | | | | | | | | | | | | | | | | | | | * ticket/next/6817-19_fixes: (#6817) Fix for Ruby 1.9 by calling .each_line on a string maint: cleanup whitespace
| | * | (#6817) Fix for Ruby 1.9 by calling .each_line on a stringMatt Robinson2011-03-221-1/+1
| | | |
| | * | maint: cleanup whitespaceMatt Robinson2011-03-222-19/+18
| |/ /
| * | Merge branch 'tickets/next/6795-update-tests' into nextJacob Helwig2011-03-211-2/+2
|/| | | | | | | | | | | | | | * tickets/next/6795-update-tests: (#6795) Update tests to reflect changed exec
| * | (#6795) Update tests to reflect changed execJacob Helwig2011-03-211-2/+2
|/ /
* | Updated CHANGELOG for 1.5.9rc3Jacob Helwig2011-03-211-0/+6
| |
* | Merge branch 'tickets/next/6795' of git://jet.mox.net/~tmz/facter into nextJacob Helwig2011-03-211-1/+1
|\ \ | | | | | | | | | | | | * 'tickets/next/6795' of git://jet.mox.net/~tmz/facter: (#6795) xendomains: Ignore error output from xm list
| * | (#6795) xendomains: Ignore error output from xm listTodd Zullinger2011-03-211-1/+1
|/ / | | | | | | | | If xend is not running, xm list writes to stderr and facter propagates this to the user. Redirect stderr to /dev/null.
* | Merge branch 'ticket/next/6763' into nextMax Martin2011-03-181-12/+14
|\ \ | | | | | | | | | | | | | | | * ticket/next/6763: (#6763) Use Facter::Util::Resolution.exec for arp arp: Cleanup indendation
| * | (#6763) Use Facter::Util::Resolution.exec for arpTodd Zullinger2011-03-181-3/+5
| | | | | | | | | | | | | | | The arp command is in /sbin on Fedora/RHEL, not /usr/sbin. Using Facter::Util::Resolution.exec is preferable to hard-coding the path.
| * | arp: Cleanup indendationTodd Zullinger2011-03-181-13/+13
|/ /
* | Updated CHANGELOG for 1.5.9rc2Jacob Helwig2011-03-171-0/+11
| |
* | Merge branch 'next'Jacob Helwig2011-03-1717-92/+350
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: Clean up indentation, and alignment in macaddress_spec.rb (#6716) fix facter issues on OSX with ipv6 in macaddress.rb. Fixed #2346 - A much cleverer EC2 fact Fixed #2346 - Part 1: Added arp fact for Linux Discussion on ec2 facts - #2346 Fixed #3087 - Identify VMWare (#6327) Memory facts should be available on Mac Darwin Fixed #6695 - Updated id fact for Darwin et al
| * \ Merge branch 'tickets/next/6716-osx-ipv6-macaddress' into nextJacob Helwig2011-03-175-59/+101
| |\ \ | | | | | | | | | | | | | | | | | | | | * tickets/next/6716-osx-ipv6-macaddress: Clean up indentation, and alignment in macaddress_spec.rb (#6716) fix facter issues on OSX with ipv6 in macaddress.rb.
| | * | Clean up indentation, and alignment in macaddress_spec.rbJacob Helwig2011-03-171-59/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the spec file from 4-space indentations to 2-space indentations to match the style guide[1]. [1] http://projects.puppetlabs.com/projects/puppet/wiki/Development_Lifecycle#Style
| | * | (#6716) fix facter issues on OSX with ipv6 in macaddress.rb.Ben Hughes2011-03-175-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | Due to "netstat -rn" returning multiple protocols (IPv4 and IPv6) the "default_interface" can get more than one entry in to it, causing the macaddress resolving to break. This limits it to just one interface.
| * | | Merge branch 'tickets/master/2346' into nextJames Turnbull2011-03-174-14/+99
| |\ \ \
| | * | | Fixed #2346 - A much cleverer EC2 factJames Turnbull2011-03-171-18/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fact now checks for an EC2 ARP or in the EU Zone for an EC2 MAC This should mean the fact's return is much more robust The fact also now supports returning userdata (which is a bit ugly given Facter returns strings but a good bookmark for refactor in 2.0)
| | * | | Fixed #2346 - Part 1: Added arp fact for LinuxJames Turnbull2011-03-173-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | Added facts arp (like the ipaddress etc) facts Added facts arp_interfacename
| | * | | Discussion on ec2 facts - #2346Paul Nasrat2011-03-171-2/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The EC2 fact is completely broken at the moment: * Timeout::Error isn't caught by rescue (due to how it inherits) * The issue of wrong open semantics outlined here, this is causing hidden immediate failure * The fact is going to cause a 2 second wait to every facter run Whilst the following patch fixes the first two, I'm not sure we want to take the timeout hit, we also want to add tests as even simple ruby code can get logic errors such as the open(). Signed-off-by: Paul Nasrat <pnas...@googlemail.com>
| * | | Merge branch 'tickets/master/3087' into nextJames Turnbull2011-03-174-10/+53
| |\ \ \
| | * | | Fixed #3087 - Identify VMWareJames Turnbull2011-03-174-10/+53
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Added support for VMWareESX and ESXi to operatingsystem and operatingsystemrelease facts Added appropriate tests
| * | | (#6327) Memory facts should be available on Mac DarwinBen H2011-03-172-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no easy defined way of getting memory information from the command line. Copying mainly the OpenBSD facts, but having to pull in memory free from the vm_stat utility, and parsing the weird vm.swapusage sysctl value for swap. Parsing "top -l 1 -n 0" seemed an option, but that took over a second to run each time, so this appears cheaper.
| * | | Merge branch 'tickets/master/6695' into nextJames Turnbull2011-03-172-9/+29
| |\ \ \
| | * | | Fixed #6695 - Updated id fact for Darwin et alJames Turnbull2011-03-152-9/+29
| | |/ /
* | | | Update CHANGELOG for 1.5.9rc1Matt Robinson2011-03-161-0/+71
| | | |
* | | | Merge branch 'next'Matt Robinson2011-03-1617-48/+258
|\| | | | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: Incremented release to 1.5.9 Fixed #6719 Typo (#5011) Adds swap statistics for OSX (#6719) Restricts virtualization types for zones Fixed #6616 - Stubbing in VMware tests on Linux Remove Solaris from the list of confined systems. It won't get the original lsb facts, and it's nonsensical too. Fix #6679 - Added Scientific Linux to operatingsystem fact Further fix to #5485 - SELinux facts (#2721) Merged patch from Brane GraAnar (#5485) Made selinux_mode fact work Fixed #5485 - Updated selinux_mode fact Fix for #6495 - Updated interface detection Fixed #5699 - Added processorcount support for S390x Fixed #5699 - Added virtual support for s390x/Zlinux
| * | Incremented release to 1.5.9James Turnbull2011-03-171-1/+1
| | |
| * | Fixed #6616 - Spec test failure for vmwareJames Turnbull2011-03-172-3/+5
| |\ \
| | * | Fixed #6616 - Stubbing in VMware tests on LinuxJames Turnbull2011-03-152-1/+5
| |/ / |/| |
| * | Fixed #6719 TypoJames Turnbull2011-03-171-1/+1
| | |
| * | Merge remote branch 'adrien/tickets/next/2721' into nextJames Turnbull2011-03-172-3/+31
| |\ \
| | * \ Merge branch 'next' into tickets/next/2721Adrien Thebo2011-03-1521-81/+192
| | |\ \
| | * | | (#2721) Merged patch from Brane GraAnarAdrien Thebo2011-03-082-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds support for Slamd64 and Bluewhite64 for the operatingsystem fact - Adds support for Slamd64 and Bluewhite64 for the operatingsystemrelease fact
| * | | | Merge remote branch 'adrien/tickets/next/5011' into nextJames Turnbull2011-03-172-0/+75
| |\ \ \ \
| | * | | | (#5011) Adds swap statistics for OSXAdrien Thebo2011-03-152-0/+75
| | | |/ / | | |/| | | | | | | | | | | | | | | | | - Added swapfree and swapsize facts - Tests will now run correctly for osx swap tests
| * | | | Merge remote branch 'adrien/tickets/next/6719' into nextJames Turnbull2011-03-171-1/+3
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | (#6719) Restricts virtualization types for zonesAdrien Thebo2011-03-151-1/+3
| |/ / | | | | | | | | | | | | - The virtual fact will only check if a system is a zone if the operating system is solaris.