@@ -65,45 +65,47 @@ See [REFERENCE.md](./REFERENCE.md) for all other reference documentation.
65
65
66
66
### Facts
67
67
68
- * ** acpid_enabled** - Return true if ACPI is available on the system
69
- * ** boot_dir_uuid** - Return the UUID of the partition holding the
70
- boot directory
71
- * ** cmdline** - Returns the contents of ` /proc/cmdline ` as a
72
- hash
73
- * ** cpuinfo** - Returns the contents of ` /proc/cpuinfo ` as a
74
- hash
75
- * ** defaultgateway** - Return the default gateway of the system
76
- * ** defaultgatewayiface** - Return the default gw interface of the system
77
- * ** fips_ciphers** - Returns a list of available OpenSSL ciphers
78
- * ** fips_enabled** - Determine whether FIPS is enabled on this system
79
- * ** fullrun** - Determine whether to do an intensive run
80
- * ** gdm_version** - Return the version of GDM that is installed
81
- * ** grub_version** - Return the grub version installed on the system
82
- * ** init_systems** - Return a list of all init systems present on
83
- the system
84
- * ** ipa** - Return a hash containing the IPA domain and
85
- server to which a host is connected
86
- * ** ipv6_enabled** - Return true if IPv6 is enabled and false if not
87
- * ** login_defs** - Return the contents of ` /etc/login.defs ` as a
88
- hash with downcased keys
89
- * ** prelink** - Returns a hash containing prelink status
90
- * ** reboot_required** - Returns a hash of 'name' => 'reason' entries
91
- * ** root_dir_uuid** - Return the UUID of the partition holding the
92
- ` / ` directory
93
- * ** runlevel** - Return the current system runlevel
94
- * ** shmall** - Return the value of shmall from sysctl
95
- * ** simplib__ firewalls** - Return an array of known firewall commands that
96
- are present on the system.
97
- * ** simplib__ mountpoints** - Return a hash of mountpoints of particular
98
- interest to SIMP modules.
99
- * ** simplib_sysctl** - Return hash of sysctl values that are relevant
100
- to SIMP
101
- * ** simp_puppet_settings** - Returns a hash of all Puppet settings on a node
102
- * ** tmp_mounts** - DEPRECATED - use ` simplib__mountpoints `
103
- This fact provides information about ` /tmp ` ,
104
- ` /var/tmp ` , and ` /dev/shm ` should they be present
105
- on the system
106
- * ** uid_min** - Return the minimum uid allowed
68
+ * ** acpid_enabled** - Return true if ACPI is available on the system
69
+ * ** boot_dir_uuid** - Return the UUID of the partition holding the
70
+ boot directory
71
+ * ** cmdline** - Returns the contents of ` /proc/cmdline ` as a
72
+ hash
73
+ * ** cpuinfo** - Returns the contents of ` /proc/cpuinfo ` as a
74
+ hash
75
+ * ** defaultgateway** - Return the default gateway of the system
76
+ * ** defaultgatewayiface** - Return the default gw interface of the system
77
+ * ** fips_ciphers** - Returns a list of available OpenSSL ciphers
78
+ * ** fips_enabled** - Determine whether FIPS is enabled on this system
79
+ * ** fullrun** - Determine whether to do an intensive run
80
+ * ** gdm_version** - Return the version of GDM that is installed
81
+ * ** grub_version** - Return the grub version installed on the system
82
+ * ** init_systems** - Return a list of all init systems present on
83
+ the system
84
+ * ** ipa** - Return a hash containing the IPA domain and
85
+ server to which a host is connected
86
+ * ** ipv6_enabled** - Return true if IPv6 is enabled and false if not
87
+ * ** login_defs** - Return the contents of ` /etc/login.defs ` as a
88
+ hash with downcased keys
89
+ * ** prelink** - Returns a hash containing prelink status
90
+ * ** reboot_required** - Returns a hash of 'name' => 'reason' entries
91
+ * ** root_dir_uuid** - Return the UUID of the partition holding the
92
+ ` / ` directory
93
+ * ** runlevel** - Return the current system runlevel
94
+ * ** shmall** - Return the value of shmall from sysctl
95
+ * ** simplib__ efi_enabled** - Returns true if the system is using EFI
96
+ * ** simplib__ secure_boot_enabled** - Returns true if the host is using uEFI Secure Boot
97
+ * ** simplib__ firewalls** - Return an array of known firewall commands that
98
+ are present on the system.
99
+ * ** simplib__ mountpoints** - Return a hash of mountpoints of particular
100
+ interest to SIMP modules.
101
+ * ** simplib_sysctl** - Return hash of sysctl values that are relevant
102
+ to SIMP
103
+ * ** simp_puppet_settings** - Returns a hash of all Puppet settings on a node
104
+ * ** tmp_mounts** - DEPRECATED - use ` simplib__mountpoints `
105
+ This fact provides information about ` /tmp ` ,
106
+ ` /var/tmp ` , and ` /dev/shm ` should they be present
107
+ on the system
108
+ * ** uid_min** - Return the minimum uid allowed
107
109
108
110
### Run stages
109
111
0 commit comments