~gandelman-a/ubuntu/precise/facter/merge922788

« back to all changes in this revision

Viewing changes to lib/facter/xendomains.rb

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2011-10-18 10:32:42 UTC
  • mfrom: (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20111018103242-ag8i8vejfp8v7b1b
Tags: upstream-1.6.1
ImportĀ upstreamĀ versionĀ 1.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Fact: xendomains
 
2
#
 
3
# Purpose: Return the list of Xen domains on the Dom0.
 
4
#
 
5
# Resolution:
 
6
#   On a Xen Dom0 host, return a list of Xen domains using the 'util/xendomains'
 
7
#   library.
 
8
#
 
9
# Caveats:
 
10
#
 
11
 
1
12
require 'facter/util/xendomains'
2
13
 
3
14
Facter.add("xendomains") do