#

clientcert

#

Puppet agent and Puppet apply both add several extra pieces of info to their facts before requesting or compiling a catalog. Like other facts, these are available as either top-scope variables or elements in the $facts hash.

#

$clientcert — the value of the node’s certname setting. (This is self-reported; for the verified certificate name, use $trusted['certname'].)

$clientcert = 'stub' #

clientversion

#

Puppet agent and Puppet apply both add several extra pieces of info to their facts before requesting or compiling a catalog. Like other facts, these are available as either top-scope variables or elements in the $facts hash.

#

$clientversion — the current version of Puppet agent.

$clientversion = 'stub' #

clientnoop

#

Puppet agent and Puppet apply both add several extra pieces of info to their facts before requesting or compiling a catalog. Like other facts, these are available as either top-scope variables or elements in the $facts hash.

#

$clientnoop — the value of the node’s noop setting (true or false) at the time of the run.

$clientnoop = 'stub' #

agent_specified_environment

#

Puppet agent and Puppet apply both add several extra pieces of info to their facts before requesting or compiling a catalog. Like other facts, these are available as either top-scope variables or elements in the $facts hash.

#

$agent_specified_environment — the value of the node’s environment setting. If the Puppet master’s node classifier specified an environment for the node, $agent_specified_environment and $environment can have different values.

#

If no value was set for the environment setting (in puppet.conf or with --environment), the value of $agent_specified_environment will be undef. (That is, it won’t default to production like the setting does.)

$agent_specified_environment = 'stub' #

aio_agent_version

#

Type: string

#

Purpose:

#

Return the version of the puppet-agent package that installed facter.

#

Resolution:

# $aio_agent_version = 'stub' #

augeas

#

Type: map

#

Purpose:

#

Return information about augeas.

#

Elements:

# #

Resolution:

# $augeas = 'stub' #

cloud

#

Type: map

#

Purpose:

#

Information about the cloud instance of the node. This is currently only populated on Linux nodes running in Microsoft Azure.

#

Elements:

# $cloud = 'stub' #

disks

#

Type: map

#

Purpose:

#

Return the disk (block) devices attached to the system.

#

Elements:

# #

Resolution:

# #

Caveats:

# $disks = 'stub' #

dmi

#

Type: map

#

Purpose:

#

Return the system management information.

#

Elements:

# #

Resolution:

# #

Caveats:

# $dmi = 'stub' #

ec2_metadata

#

Type: map

#

Purpose:

#

Return the Amazon Elastic Compute Cloud (EC2) instance metadata. # Please see the EC2 instance metadata documentation for the contents of this fact.

#

Resolution:

# #

Caveats:

# $ec2_metadata = 'stub' #

ec2_userdata

#

Type: string

#

Purpose:

#

Return the Amazon Elastic Compute Cloud (EC2) instance user data. # Please see the EC2 instance user data documentation for the contents of this fact.

#

Resolution:

# #

Caveats:

# $ec2_userdata = 'stub' #

env_windows_installdir

#

Type: string

#

Purpose:

#

Return the path of the directory in which Puppet was installed.

#

Resolution:

# #

Caveats:

# $env_windows_installdir = 'stub' #

facterversion

#

Type: string

#

Purpose:

#

Return the version of facter.

#

Resolution:

# $facterversion = 'stub' #

filesystems

#

Type: string

#

Purpose:

#

Return the usable file systems for block or disk devices.

#

Resolution:

# #

Caveats:

# $filesystems = 'stub' #

gce

#

Type: map

#

Purpose:

#

Return the Google Compute Engine (GCE) metadata. # Please see the GCE metadata documentation for the contents of this fact.

#

Resolution:

# #

Caveats:

# $gce = 'stub' #

identity

#

Type: map

#

Purpose:

#

Return the identity information of the user running facter.

#

Elements:

# #

Resolution:

# $identity = 'stub' #

is_virtual

#

Type: boolean

#

Purpose:

#

Return whether or not the host is a virtual machine.

#

Resolution:

# $is_virtual = 'stub' #

kernel

#

Type: string

#

Purpose:

#

Return the kernel’s name.

#

Resolution:

# $kernel = 'stub' #

kernelmajversion

#

Type: string

#

Purpose:

#

Return the kernel’s major version.

#

Resolution:

# $kernelmajversion = 'stub' #

kernelrelease

#

Type: string

#

Purpose:

#

Return the kernel’s release.

#

Resolution:

# $kernelrelease = 'stub' #

kernelversion

#

Type: string

#

Purpose:

#

Return the kernel’s version.

#

Resolution:

# $kernelversion = 'stub' #

ldom

#

Type: map

#

Purpose:

#

Return Solaris LDom information from the virtinfo utility.

#

Resolution:

# $ldom = 'stub' #

load_averages

#

Type: map

#

Purpose:

#

Return the load average over the last 1, 5 and 15 minutes.

#

Elements:

# #

Resolution:

# $load_averages = 'stub' #

memory

#

Type: map

#

Purpose:

#

Return the system memory information.

#

Elements:

# #

Resolution:

# $memory = 'stub' #

mountpoints

#

Type: map

#

Purpose:

#

Return the current mount points of the system.

#

Elements:

# #

Resolution:

# $mountpoints = 'stub' #

networking

#

Type: map

#

Purpose:

#

Return the networking information for the system.

#

Elements:

# #

Resolution:

# #

Caveats:

# $networking = 'stub' #

os

#

Type: map

#

Purpose:

#

Return information about the host operating system.

#

Elements:

# #

Resolution:

# $os = 'stub' #

partitions

#

Type: map

#

Purpose:

#

Return the disk partitions of the system.

#

Elements:

# #

Resolution:

# #

Caveats:

# $partitions = 'stub' #

path

#

Type: string

#

Purpose:

#

Return the PATH environment variable.

#

Resolution:

# $path = 'stub' #

processors

#

Type: map

#

Purpose:

#

Return information about the system’s processors.

#

Elements:

# #

Resolution:

# $processors = 'stub' #

ruby

#

Type: map

#

Purpose:

#

Return information about the Ruby loaded by facter.

#

Elements:

# #

Resolution:

# #

Caveats:

# $ruby = 'stub' #

solaris_zones

#

Type: map

#

Purpose:

#

Return information about Solaris zones.

#

Elements:

# #

Resolution:

# $solaris_zones = 'stub' #

ssh

#

Type: map

#

Purpose:

#

Return SSH public keys and fingerprints.

#

Elements:

# #

Resolution:

# #

Caveats:

# $ssh = 'stub' #

system_profiler

#

Type: map

#

Purpose:

#

Return information from the Mac OSX system profiler.

#

Elements:

# #

Resolution:

# $system_profiler = 'stub' #

system_uptime

#

Type: map

#

Purpose:

#

Return the system uptime information.

#

Elements:

# #

Resolution:

# $system_uptime = 'stub' #

timezone

#

Type: string

#

Purpose:

#

Return the system timezone.

#

Resolution:

# $timezone = 'stub' #

virtual

#

Type: string

#

Purpose:

#

Return the hypervisor name for virtual machines or “physical” for physical machines.

#

Resolution:

# $virtual = 'stub' #

xen

#

Type: map

#

Purpose:

#

Return metadata for the Xen hypervisor.

#

Elements:

# #

Resolution:

# #

Caveats:

# $xen = 'stub' #

zfs_featurenumbers

#

Type: string

#

Purpose:

#

Return the comma-delimited feature numbers for ZFS.

#

Resolution:

# #

Caveats:

# $zfs_featurenumbers = 'stub' #

zfs_version

#

Type: string

#

Purpose:

#

Return the version for ZFS.

#

Resolution:

# #

Caveats:

# $zfs_version = 'stub' #

zpool_featurenumbers

#

Type: string

#

Purpose:

#

Return the comma-delimited feature numbers for ZFS storage pools.

#

Resolution:

# #

Caveats:

# $zpool_featurenumbers = 'stub' #

zpool_version

#

Type: string

#

Purpose:

#

Return the version for ZFS storage pools.

#

Resolution:

# #

Caveats:

# $zpool_version = 'stub' #

architecture

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the operating system’s hardware architecture.

#

Resolution:

# #

Caveats:

# $architecture = 'stub' #

augeasversion

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the version of augeas.

#

Resolution:

# $augeasversion = 'stub' #

blockdevices

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return a comma-separated list of block devices.

#

Resolution:

# #

Caveats:

# $blockdevices = 'stub' #

bios_release_date

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the release date of the system BIOS.

#

Resolution:

# #

Caveats:

# $bios_release_date = 'stub' #

bios_vendor

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the vendor of the system BIOS.

#

Resolution:

# #

Caveats:

# $bios_vendor = 'stub' #

bios_version

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the version of the system BIOS.

#

Resolution:

# #

Caveats:

# $bios_version = 'stub' #

boardassettag

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system board asset tag.

#

Resolution:

# #

Caveats:

# $boardassettag = 'stub' #

boardmanufacturer

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system board manufacturer.

#

Resolution:

# #

Caveats:

# $boardmanufacturer = 'stub' #

boardproductname

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system board product name.

#

Resolution:

# #

Caveats:

# $boardproductname = 'stub' #

boardserialnumber

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system board serial number.

#

Resolution:

# #

Caveats:

# $boardserialnumber = 'stub' #

chassisassettag

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system chassis asset tag.

#

Resolution:

# #

Caveats:

# $chassisassettag = 'stub' #

chassistype

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system chassis type.

#

Resolution:

# #

Caveats:

# $chassistype = 'stub' #

dhcp_servers

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: map

#

Purpose:

#

Return the DHCP servers for the system.

#

Elements:

# #

Resolution:

# $dhcp_servers = 'stub' #

domain

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the network domain of the system.

#

Resolution:

# $domain = 'stub' #

fqdn

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the fully qualified domain name (FQDN) of the system.

#

Resolution:

# $fqdn = 'stub' #

gid

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the group identifier (GID) of the user running facter.

#

Resolution:

# $gid = 'stub' #

hardwareisa

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the hardware instruction set architecture (ISA).

#

Resolution:

# $hardwareisa = 'stub' #

hardwaremodel

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the operating system’s hardware model.

#

Resolution:

# $hardwaremodel = 'stub' #

hostname

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the host name of the system.

#

Resolution:

# $hostname = 'stub' #

id

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the user identifier (UID) of the user running facter.

#

Resolution:

# $id = 'stub' #

interfaces

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the comma-separated list of network interface names.

#

Resolution:

# $interfaces = 'stub' #

ipaddress

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: ip

#

Purpose:

#

Return the IPv4 address for the default network interface.

#

Resolution:

# $ipaddress = 'stub' #

ipaddress6

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: ip6

#

Purpose:

#

Return the IPv6 address for the default network interface.

#

Resolution:

# $ipaddress6 = 'stub' #

lsbdistcodename

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Linux Standard Base (LSB) distribution code name.

#

Resolution:

# #

Caveats:

# $lsbdistcodename = 'stub' #

lsbdistdescription

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Linux Standard Base (LSB) distribution description.

#

Resolution:

# #

Caveats:

# $lsbdistdescription = 'stub' #

lsbdistid

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Linux Standard Base (LSB) distribution identifier.

#

Resolution:

# #

Caveats:

# $lsbdistid = 'stub' #

lsbdistrelease

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Linux Standard Base (LSB) distribution release.

#

Resolution:

# #

Caveats:

# $lsbdistrelease = 'stub' #

lsbmajdistrelease

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Linux Standard Base (LSB) major distribution release.

#

Resolution:

# #

Caveats:

# $lsbmajdistrelease = 'stub' #

lsbminordistrelease

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Linux Standard Base (LSB) minor distribution release.

#

Resolution:

# #

Caveats:

# $lsbminordistrelease = 'stub' #

lsbrelease

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Linux Standard Base (LSB) release.

#

Resolution:

# #

Caveats:

# $lsbrelease = 'stub' #

macaddress

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: mac

#

Purpose:

#

Return the MAC address for the default network interface.

#

Resolution:

# $macaddress = 'stub' #

macosx_buildversion

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Mac OSX build version.

#

Resolution:

# $macosx_buildversion = 'stub' #

macosx_productname

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Mac OSX product name.

#

Resolution:

# $macosx_productname = 'stub' #

macosx_productversion

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Mac OSX product version.

#

Resolution:

# $macosx_productversion = 'stub' #

macosx_productversion_major

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Mac OSX product major version.

#

Resolution:

# $macosx_productversion_major = 'stub' #

macosx_productversion_minor

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Mac OSX product minor version.

#

Resolution:

# $macosx_productversion_minor = 'stub' #

manufacturer

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system manufacturer.

#

Resolution:

# #

Caveats:

# $manufacturer = 'stub' #

memoryfree

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the display size of the free system memory (e.g. “1 GiB”).

#

Resolution:

# $memoryfree = 'stub' #

memoryfree_mb

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: double

#

Purpose:

#

Return the size of the free system memory, in mebibytes.

#

Resolution:

# $memoryfree_mb = 'stub' #

memorysize

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the display size of the total system memory (e.g. “1 GiB”).

#

Resolution:

# $memorysize = 'stub' #

memorysize_mb

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: double

#

Purpose:

#

Return the size of the total system memory, in mebibytes.

#

Resolution:

# $memorysize_mb = 'stub' #

netmask

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: ip

#

Purpose:

#

Return the IPv4 netmask for the default network interface.

#

Resolution:

# $netmask = 'stub' #

netmask6

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: ip6

#

Purpose:

#

Return the IPv6 netmask for the default network interface.

#

Resolution:

# #

Caveats:

# $netmask6 = 'stub' #

network

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: ip

#

Purpose:

#

Return the IPv4 network for the default network interface.

#

Resolution:

# $network = 'stub' #

network6

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: ip6

#

Purpose:

#

Return the IPv6 network for the default network interface.

#

Resolution:

# $network6 = 'stub' #

operatingsystem

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the name of the operating system.

#

Resolution:

# $operatingsystem = 'stub' #

operatingsystemmajrelease

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the major release of the operating system.

#

Resolution:

# #

Caveats:

# $operatingsystemmajrelease = 'stub' #

operatingsystemrelease

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the release of the operating system.

#

Resolution:

# $operatingsystemrelease = 'stub' #

osfamily

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the family of the operating system.

#

Resolution:

# $osfamily = 'stub' #

physicalprocessorcount

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: integer

#

Purpose:

#

Return the count of physical processors.

#

Resolution:

# #

Caveats:

# $physicalprocessorcount = 'stub' #

processorcount

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: integer

#

Purpose:

#

Return the count of logical processors.

#

Resolution:

# #

Caveats:

# $processorcount = 'stub' #

productname

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system product name.

#

Resolution:

# #

Caveats:

# $productname = 'stub' #

rubyplatform

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the platform Ruby was built for.

#

Resolution:

# #

Caveats:

# $rubyplatform = 'stub' #

rubysitedir

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the path to Ruby’s site library directory.

#

Resolution:

# #

Caveats:

# $rubysitedir = 'stub' #

rubyversion

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the version of Ruby.

#

Resolution:

# #

Caveats:

# $rubyversion = 'stub' #

selinux

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: boolean

#

Purpose:

#

Return whether Security-Enhanced Linux (SELinux) is enabled.

#

Resolution:

# $selinux = 'stub' #

selinux_config_mode

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the configured Security-Enhanced Linux (SELinux) mode.

#

Resolution:

# $selinux_config_mode = 'stub' #

selinux_config_policy

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the configured Security-Enhanced Linux (SELinux) policy.

#

Resolution:

# $selinux_config_policy = 'stub' #

selinux_current_mode

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the current Security-Enhanced Linux (SELinux) mode.

#

Resolution:

# $selinux_current_mode = 'stub' #

selinux_enforced

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: boolean

#

Purpose:

#

Return whether Security-Enhanced Linux (SELinux) is enforced.

#

Resolution:

# $selinux_enforced = 'stub' #

selinux_policyversion

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the Security-Enhanced Linux (SELinux) policy version.

#

Resolution:

# $selinux_policyversion = 'stub' #

serialnumber

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system product serial number.

#

Resolution:

# #

Caveats:

# $serialnumber = 'stub' #

swapencrypted

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: boolean

#

Purpose:

#

Return whether or not the swap is encrypted.

#

Resolution:

# $swapencrypted = 'stub' #

swapfree

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the display size of the free swap memory (e.g. “1 GiB”).

#

Resolution:

# $swapfree = 'stub' #

swapfree_mb

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: double

#

Purpose:

#

Return the size of the free swap memory, in mebibytes.

#

Resolution:

# $swapfree_mb = 'stub' #

swapsize

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the display size of the total swap memory (e.g. “1 GiB”).

#

Resolution:

# $swapsize = 'stub' #

swapsize_mb

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: double

#

Purpose:

#

Return the size of the total swap memory, in mebibytes.

#

Resolution:

# $swapsize_mb = 'stub' #

system32

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the path to the System32 directory on Windows.

#

Resolution:

# $system32 = 'stub' #

uptime

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system uptime.

#

Resolution:

# $uptime = 'stub' #

uptime_days

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: integer

#

Purpose:

#

Return the system uptime days.

#

Resolution:

# $uptime_days = 'stub' #

uptime_hours

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: integer

#

Purpose:

#

Return the system uptime hours.

#

Resolution:

# $uptime_hours = 'stub' #

uptime_seconds

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: integer

#

Purpose:

#

Return the system uptime seconds.

#

Resolution:

# $uptime_seconds = 'stub' #

uuid

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the system product unique identifier.

#

Resolution:

# #

Caveats:

# $uuid = 'stub' #

xendomains

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return a list of comma-separated active Xen domain names.

#

Resolution:

# #

Caveats:

# $xendomains = 'stub' #

zonename

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: string

#

Purpose:

#

Return the name of the current Solaris zone.

#

Resolution:

# #

Caveats:

# $zonename = 'stub' #

zones

#

This legacy fact is hidden by default in Facter’s command-line output.

#

Type: integer

#

Purpose:

#

Return the count of Solaris zones.

#

Resolution:

# #

Caveats:

# # #

↑ Back to top

# #