simp-rspec-puppet-facts 1.3.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/facts/1.7/centos-6-x86_64.facts +11 -11
- data/facts/1.7/centos-7-x86_64.facts +12 -12
- data/facts/1.7/fedora-23-x86_64.facts +106 -0
- data/facts/1.7/redhat-6-x86_64.facts +10 -10
- data/facts/2.0/centos-6-x86_64.facts +16 -13
- data/facts/2.0/centos-7-x86_64.facts +15 -14
- data/facts/2.0/fedora-23-x86_64.facts +202 -0
- data/facts/2.0/redhat-6-x86_64.facts +14 -12
- data/facts/2.1/centos-6-x86_64.facts +16 -13
- data/facts/2.1/centos-7-x86_64.facts +15 -14
- data/facts/2.1/fedora-23-x86_64.facts +220 -0
- data/facts/2.1/redhat-6-x86_64.facts +14 -12
- data/facts/2.2/centos-6-x86_64.facts +17 -14
- data/facts/2.2/centos-7-x86_64.facts +16 -15
- data/facts/2.2/fedora-23-x86_64.facts +242 -0
- data/facts/2.2/redhat-6-x86_64.facts +16 -14
- data/facts/2.3/centos-6-x86_64.facts +19 -16
- data/facts/2.3/centos-7-x86_64.facts +16 -15
- data/facts/2.3/fedora-23-x86_64.facts +243 -0
- data/facts/2.3/redhat-6-x86_64.facts +16 -14
- data/facts/2.4/centos-6-x86_64.facts +19 -16
- data/facts/2.4/centos-7-x86_64.facts +16 -15
- data/facts/2.4/fedora-23-x86_64.facts +243 -0
- data/facts/2.4/redhat-6-x86_64.facts +16 -14
- data/facts/3.0/centos-6-x86_64.facts +28 -26
- data/facts/3.0/centos-7-x86_64.facts +33 -31
- data/facts/3.0/redhat-6-x86_64.facts +24 -22
- data/facts/3.1/centos-6-x86_64.facts +28 -26
- data/facts/3.1/centos-7-x86_64.facts +33 -31
- data/facts/3.1/redhat-6-x86_64.facts +22 -20
- data/facts/3.2/centos-6-x86_64.facts +456 -0
- data/facts/3.2/centos-7-x86_64.facts +460 -0
- data/facts/3.2/fedora-23-x86_64.facts +496 -0
- data/facts/3.2/redhat-6-x86_64.facts +460 -0
- data/facts/3.3/centos-6-x86_64.facts +459 -0
- data/facts/3.3/centos-7-x86_64.facts +463 -0
- data/facts/3.3/fedora-23-x86_64.facts +499 -0
- data/facts/3.3/redhat-6-x86_64.facts +461 -0
- data/facts/3.4/centos-6-x86_64.facts +460 -0
- data/facts/3.4/centos-7-x86_64.facts +464 -0
- data/facts/3.4/fedora-23-x86_64.facts +500 -0
- data/facts/3.4/redhat-6-x86_64.facts +462 -0
- data/facts/Vagrantfile +14 -4
- data/facts/scripts/get_facts.rb +2 -1
- data/facts/scripts/get_facts_for_each_facter.sh +56 -19
- data/lib/simp/rspec-puppet-facts.rb +2 -0
- data/lib/simp/version.rb +1 -1
- metadata +87 -52
@@ -0,0 +1,220 @@
|
|
1
|
+
{
|
2
|
+
"gem_version": "~> 2.1.0",
|
3
|
+
"lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/auditd/lib/facter:/vagrant/modules/elasticsearch/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/haveged/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/ssh/lib/facter:/vagrant/modules/stdlib/lib/facter:/vagrant/modules/tpm/lib/facter:",
|
4
|
+
"architecture": "x86_64",
|
5
|
+
"augeasversion": "1.4.0",
|
6
|
+
"kernel": "Linux",
|
7
|
+
"blockdevice_sda_size": 68719476736,
|
8
|
+
"blockdevice_sda_vendor": "ATA",
|
9
|
+
"blockdevice_sda_model": "VBOX HARDDISK",
|
10
|
+
"blockdevices": "sda",
|
11
|
+
"dhcp_servers": {
|
12
|
+
"system": "10.0.2.2",
|
13
|
+
"enp0s3": "10.0.2.2"
|
14
|
+
},
|
15
|
+
"domain": "example.com",
|
16
|
+
"virtual": "kvm",
|
17
|
+
"is_virtual": "true",
|
18
|
+
"hardwaremodel": "x86_64",
|
19
|
+
"operatingsystem": "Fedora",
|
20
|
+
"facterversion": "2.1.0",
|
21
|
+
"filesystems": "ext2,ext3,ext4,xfs",
|
22
|
+
"fqdn": "foo.example.com",
|
23
|
+
"hardwareisa": "x86_64",
|
24
|
+
"hostname": "foo",
|
25
|
+
"id": "root",
|
26
|
+
"interfaces": "enp0s3,lo",
|
27
|
+
"ipaddress_enp0s3": "10.0.2.15",
|
28
|
+
"macaddress_enp0s3": "08:00:27:3a:cd:a9",
|
29
|
+
"netmask_enp0s3": "255.255.255.0",
|
30
|
+
"mtu_enp0s3": "1500",
|
31
|
+
"ipaddress_lo": "127.0.0.1",
|
32
|
+
"netmask_lo": "255.0.0.0",
|
33
|
+
"mtu_lo": "65536",
|
34
|
+
"ipaddress": "10.0.2.15",
|
35
|
+
"kernelmajversion": "4.2",
|
36
|
+
"kernelrelease": "4.2.3-300.fc23.x86_64",
|
37
|
+
"kernelversion": "4.2.3",
|
38
|
+
"macaddress": "08:00:27:3a:cd:a9",
|
39
|
+
"boardmanufacturer": "Oracle Corporation",
|
40
|
+
"boardproductname": "VirtualBox",
|
41
|
+
"boardserialnumber": "0",
|
42
|
+
"bios_vendor": "innotek GmbH",
|
43
|
+
"bios_version": "VirtualBox",
|
44
|
+
"bios_release_date": "12/01/2006",
|
45
|
+
"manufacturer": "innotek GmbH",
|
46
|
+
"productname": "VirtualBox",
|
47
|
+
"serialnumber": "0",
|
48
|
+
"uuid": "4433CD38-F72D-4DE6-A43E-DF3A1274C5E0",
|
49
|
+
"type": "Other",
|
50
|
+
"memorysize": "489.43 MB",
|
51
|
+
"memoryfree": "352.80 MB",
|
52
|
+
"swapsize": "1024.00 MB",
|
53
|
+
"swapfree": "1023.36 MB",
|
54
|
+
"swapsize_mb": "1024.00",
|
55
|
+
"swapfree_mb": "1023.36",
|
56
|
+
"memorysize_mb": "489.43",
|
57
|
+
"memoryfree_mb": "352.80",
|
58
|
+
"netmask": "255.255.255.0",
|
59
|
+
"network_enp0s3": "10.0.2.0",
|
60
|
+
"network_lo": "127.0.0.0",
|
61
|
+
"operatingsystemmajrelease": "23",
|
62
|
+
"operatingsystemrelease": "23",
|
63
|
+
"osfamily": "RedHat",
|
64
|
+
"partitions": {
|
65
|
+
"sda1": {
|
66
|
+
"uuid": "fa353513-61a9-4c7c-b16b-49e583985656",
|
67
|
+
"size": "1024000",
|
68
|
+
"mount": "/boot",
|
69
|
+
"filesystem": "ext4\" PARTUUID=\"a2025dbc-01"
|
70
|
+
},
|
71
|
+
"sda2": {
|
72
|
+
"size": "133191680",
|
73
|
+
"filesystem": "LVM2_member\" PARTUUID=\"a2025dbc-02"
|
74
|
+
}
|
75
|
+
},
|
76
|
+
"path": "/home/vagrant/vendor/bundler/ruby/2.1.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
77
|
+
"physicalprocessorcount": "1",
|
78
|
+
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
79
|
+
"processorcount": "1",
|
80
|
+
"ps": "ps -ef",
|
81
|
+
"puppetversion": "4.6.0",
|
82
|
+
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
|
83
|
+
"rubyversion": "2.1.9",
|
84
|
+
"selinux": "false",
|
85
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC7qli5kDIMmEY6kwAXrr2GHcJ2BYEo0PhZX3lVZeNtx2Zg7DUYFr7+yISXAZ/UGC0RtTj672j7/y6PGiv27RJc0UnyWwEvoPBABKlm3PYY+26OV9n9XDr5UD7V81p1I8YuWCL4PWZ0hJW6+chz+xyltDJPe9+yoSespvkhq/K/7GBRm4m2k50R4kvKoOrVcItzvQtQ8VwZqyF1x5i+QMvumCMI/k/xqTbCH5dVUf8fwHFIPedxjA5lYorGBaE8so4N/+H6S2aaxThVKj+KA7rxvDMkyvcsk6snJ+Vq7btJ5kUZU0lAVo53+Ojhj7BmtiOBfJBCUE3z0OQl0174Ggkh",
|
86
|
+
"sshfp_rsa": "SSHFP 1 1 fbac4241e2d76fe20ae37f22bb8d57318ad94e40\nSSHFP 1 2 477b246d408c616e057c5a17bdfb58e30d200ccac73feff09409ec1cdb7bd465",
|
87
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmnIDwGdMBN/59QQYK5RwOGRfUW7/sAMlI0N0axak1SE6jttiPs+c59Bz/SKogzVSakC8loPbw1d1SC8e4Id2I=",
|
88
|
+
"sshfp_ecdsa": "SSHFP 3 1 87dc8c3ad94dd5256e099e7c0c65c80330d350c8\nSSHFP 3 2 4cfa774983c6c771e39be7cd7d71306310f14ee670c1590132db9938e41006c8",
|
89
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIPVN38IYUYAvIVhfUnO100RZh9hZ4gmy6UiVfzd0Bk7S",
|
90
|
+
"sshfp_ed25519": "SSHFP 4 1 a26b3a388fd0370b740a4ab2a16d5498e88ee864\nSSHFP 4 2 c4c29071f196ee73c77d44f0be14310096d2112573fe0ad63bdf6cba56188a9e",
|
91
|
+
"timezone": "UTC",
|
92
|
+
"uniqueid": "007f0100",
|
93
|
+
"uptime": "0:00 hours",
|
94
|
+
"uptime_days": 0,
|
95
|
+
"uptime_hours": 0,
|
96
|
+
"uptime_seconds": 38,
|
97
|
+
"auditd_version": "2.4.4",
|
98
|
+
"radius_version": "unknown",
|
99
|
+
"haveged_startup_provider": "systemd",
|
100
|
+
"openldap_arch": "i386",
|
101
|
+
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
|
102
|
+
"reboot_required": false,
|
103
|
+
"cmdline": {
|
104
|
+
"BOOT_IMAGE": "/vmlinuz-4.2.3-300.fc23.x86_64",
|
105
|
+
"root": "/dev/mapper/fedora-root",
|
106
|
+
"ro": null,
|
107
|
+
"rd.lvm.lv": "fedora/swap",
|
108
|
+
"biosdevname": "0",
|
109
|
+
"rhgb": null,
|
110
|
+
"quiet": null,
|
111
|
+
"LANG": "en_US.UTF-8"
|
112
|
+
},
|
113
|
+
"boot_dir_uuid": "fa353513-61a9-4c7c-b16b-49e583985656",
|
114
|
+
"defaultgatewayiface": "enp0s3",
|
115
|
+
"acpid_enabled": false,
|
116
|
+
"shmall": "18446744073692774399",
|
117
|
+
"ipv6_enabled": true,
|
118
|
+
"init_systems": [
|
119
|
+
"rc",
|
120
|
+
"systemd",
|
121
|
+
"sysv"
|
122
|
+
],
|
123
|
+
"runlevel": "3",
|
124
|
+
"uid_min": "1000",
|
125
|
+
"fips_enabled": false,
|
126
|
+
"grub_version": "2.02~beta2",
|
127
|
+
"has_clustering": false,
|
128
|
+
"tmp_mount_tmp": "rw",
|
129
|
+
"tmp_mount_path_tmp": "tmpfs",
|
130
|
+
"tmp_mount_fstype_tmp": "tmpfs",
|
131
|
+
"tmp_mount_dev_shm": "rw,nosuid,nodev",
|
132
|
+
"tmp_mount_path_dev_shm": "tmpfs",
|
133
|
+
"tmp_mount_fstype_dev_shm": "tmpfs",
|
134
|
+
"defaultgateway": "10.0.2.2",
|
135
|
+
"fullrun": "false",
|
136
|
+
"cpuinfo": {
|
137
|
+
"processor0": {
|
138
|
+
"vendor_id": "GenuineIntel",
|
139
|
+
"cpu_family": "6",
|
140
|
+
"model": "61",
|
141
|
+
"model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
142
|
+
"stepping": "4",
|
143
|
+
"microcode": "0x19",
|
144
|
+
"cpu_MHz": "3178.028",
|
145
|
+
"cache_size": "4096 KB",
|
146
|
+
"physical_id": "0",
|
147
|
+
"siblings": "1",
|
148
|
+
"core_id": "0",
|
149
|
+
"cpu_cores": "1",
|
150
|
+
"apicid": "0",
|
151
|
+
"initial_apicid": "0",
|
152
|
+
"fpu": "yes",
|
153
|
+
"fpu_exception": "yes",
|
154
|
+
"cpuid_level": "20",
|
155
|
+
"wp": "yes",
|
156
|
+
"flags": [
|
157
|
+
"fpu",
|
158
|
+
"vme",
|
159
|
+
"de",
|
160
|
+
"pse",
|
161
|
+
"tsc",
|
162
|
+
"msr",
|
163
|
+
"pae",
|
164
|
+
"mce",
|
165
|
+
"cx8",
|
166
|
+
"apic",
|
167
|
+
"sep",
|
168
|
+
"mtrr",
|
169
|
+
"pge",
|
170
|
+
"mca",
|
171
|
+
"cmov",
|
172
|
+
"pat",
|
173
|
+
"pse36",
|
174
|
+
"clflush",
|
175
|
+
"mmx",
|
176
|
+
"fxsr",
|
177
|
+
"sse",
|
178
|
+
"sse2",
|
179
|
+
"syscall",
|
180
|
+
"nx",
|
181
|
+
"rdtscp",
|
182
|
+
"lm",
|
183
|
+
"constant_tsc",
|
184
|
+
"rep_good",
|
185
|
+
"nopl",
|
186
|
+
"xtopology",
|
187
|
+
"nonstop_tsc",
|
188
|
+
"pni",
|
189
|
+
"pclmulqdq",
|
190
|
+
"monitor",
|
191
|
+
"ssse3",
|
192
|
+
"cx16",
|
193
|
+
"sse4_1",
|
194
|
+
"sse4_2",
|
195
|
+
"movbe",
|
196
|
+
"popcnt",
|
197
|
+
"aes",
|
198
|
+
"xsave",
|
199
|
+
"avx",
|
200
|
+
"rdrand",
|
201
|
+
"hypervisor",
|
202
|
+
"lahf_lm",
|
203
|
+
"abm",
|
204
|
+
"3dnowprefetch",
|
205
|
+
"rdseed"
|
206
|
+
],
|
207
|
+
"bugs": "bugs",
|
208
|
+
"bogomips": "6356.05",
|
209
|
+
"clflush_size": "64",
|
210
|
+
"cache_alignment": "64",
|
211
|
+
"address_sizes": "39 bits physical, 48 bits virtual",
|
212
|
+
"power_management": "power management"
|
213
|
+
}
|
214
|
+
},
|
215
|
+
"openssh_version": "7.1",
|
216
|
+
"root_home": "/root",
|
217
|
+
"puppet_vardir": "/var/lib/puppet",
|
218
|
+
"is_pe": false,
|
219
|
+
"has_tpm": false
|
220
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 2.1.0",
|
3
|
-
"lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/
|
3
|
+
"lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/auditd/lib/facter:/vagrant/modules/elasticsearch/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/haveged/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/ssh/lib/facter:/vagrant/modules/stdlib/lib/facter:/vagrant/modules/tpm/lib/facter:",
|
4
4
|
"hostname": "foo",
|
5
5
|
"kernel": "Linux",
|
6
6
|
"blockdevice_sr0_size": 1073741312,
|
@@ -18,13 +18,13 @@
|
|
18
18
|
"kernelrelease": "2.6.32-431.el6.x86_64",
|
19
19
|
"operatingsystemrelease": "6.5",
|
20
20
|
"memorysize": "1.83 GB",
|
21
|
-
"memoryfree": "1.
|
21
|
+
"memoryfree": "1.72 GB",
|
22
22
|
"swapsize": "3.00 GB",
|
23
23
|
"swapfree": "3.00 GB",
|
24
24
|
"swapsize_mb": "3071.99",
|
25
25
|
"swapfree_mb": "3071.99",
|
26
26
|
"memorysize_mb": "1877.43",
|
27
|
-
"memoryfree_mb": "
|
27
|
+
"memoryfree_mb": "1762.23",
|
28
28
|
"hardwareisa": "x86_64",
|
29
29
|
"id": "root",
|
30
30
|
"timezone": "EDT",
|
@@ -38,21 +38,21 @@
|
|
38
38
|
"manufacturer": "innotek GmbH",
|
39
39
|
"productname": "VirtualBox",
|
40
40
|
"serialnumber": "0",
|
41
|
-
"uuid": "
|
41
|
+
"uuid": "F89697F3-888D-43A0-A474-916C6A406A5C",
|
42
42
|
"type": "Other",
|
43
43
|
"facterversion": "2.1.0",
|
44
44
|
"path": "/home/vagrant/vendor/bundler/ruby/2.1.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
45
|
-
"rubyversion": "2.1.
|
45
|
+
"rubyversion": "2.1.9",
|
46
46
|
"kernelversion": "2.6.32",
|
47
47
|
"uniqueid": "007f0100",
|
48
|
-
"uptime_seconds":
|
48
|
+
"uptime_seconds": 29,
|
49
49
|
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
50
50
|
"processorcount": "1",
|
51
51
|
"operatingsystemmajrelease": "6",
|
52
52
|
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
|
53
53
|
"filesystems": "ext4,iso9660",
|
54
54
|
"ps": "ps -ef",
|
55
|
-
"uptime": "0:
|
55
|
+
"uptime": "0:00 hours",
|
56
56
|
"macaddress": "08:00:27:D5:6F:26",
|
57
57
|
"partitions": {
|
58
58
|
"sda1": {
|
@@ -87,11 +87,13 @@
|
|
87
87
|
"mtu_lo": "16436",
|
88
88
|
"uptime_hours": 0,
|
89
89
|
"netmask": "255.255.255.0",
|
90
|
-
"puppetversion": "
|
90
|
+
"puppetversion": "4.6.0",
|
91
91
|
"selinux": "false",
|
92
92
|
"physicalprocessorcount": "1",
|
93
93
|
"uptime_days": 0,
|
94
|
+
"auditd_version": "2.2",
|
94
95
|
"radius_version": "unknown",
|
96
|
+
"haveged_startup_provider": "init",
|
95
97
|
"openldap_arch": "i386",
|
96
98
|
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
|
97
99
|
"reboot_required": false,
|
@@ -137,7 +139,7 @@
|
|
137
139
|
"model": "61",
|
138
140
|
"model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
139
141
|
"stepping": "4",
|
140
|
-
"cpu_MHz": "
|
142
|
+
"cpu_MHz": "3178.028",
|
141
143
|
"cache_size": "4096 KB",
|
142
144
|
"fpu": "yes",
|
143
145
|
"fpu_exception": "yes",
|
@@ -194,16 +196,16 @@
|
|
194
196
|
"abm",
|
195
197
|
"3dnowprefetch"
|
196
198
|
],
|
197
|
-
"bogomips": "
|
199
|
+
"bogomips": "6356.05",
|
198
200
|
"clflush_size": "64",
|
199
201
|
"cache_alignment": "64",
|
200
202
|
"address_sizes": "39 bits physical, 48 bits virtual",
|
201
203
|
"power_management": "power management"
|
202
204
|
}
|
203
205
|
},
|
206
|
+
"openssh_version": "5.3",
|
204
207
|
"root_home": "/root",
|
205
208
|
"puppet_vardir": "/var/lib/puppet",
|
206
209
|
"is_pe": false,
|
207
|
-
"has_tpm": false
|
208
|
-
"gdm_version": "0.0.0"
|
210
|
+
"has_tpm": false
|
209
211
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 2.2.0",
|
3
|
-
"lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/
|
3
|
+
"lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/auditd/lib/facter:/vagrant/modules/elasticsearch/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/haveged/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/ssh/lib/facter:/vagrant/modules/stdlib/lib/facter:/vagrant/modules/tpm/lib/facter:",
|
4
4
|
"kernelversion": "2.6.32",
|
5
5
|
"kernel": "Linux",
|
6
6
|
"path": "/home/vagrant/vendor/bundler/ruby/2.1.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
}
|
46
46
|
},
|
47
47
|
"system_uptime": {
|
48
|
-
"seconds":
|
48
|
+
"seconds": 119,
|
49
49
|
"hours": 0,
|
50
50
|
"days": 0,
|
51
51
|
"uptime": "0:01 hours"
|
@@ -59,17 +59,17 @@
|
|
59
59
|
"network_lo": "127.0.0.0",
|
60
60
|
"osfamily": "RedHat",
|
61
61
|
"memorysize": "490.39 MB",
|
62
|
-
"memoryfree": "
|
62
|
+
"memoryfree": "378.41 MB",
|
63
63
|
"swapsize": "992.00 MB",
|
64
|
-
"swapfree": "991.
|
64
|
+
"swapfree": "991.94 MB",
|
65
65
|
"swapsize_mb": "992.00",
|
66
|
-
"swapfree_mb": "991.
|
66
|
+
"swapfree_mb": "991.94",
|
67
67
|
"memorysize_mb": "490.39",
|
68
|
-
"memoryfree_mb": "
|
68
|
+
"memoryfree_mb": "378.41",
|
69
69
|
"operatingsystemmajrelease": "6",
|
70
70
|
"netmask": "255.255.255.0",
|
71
71
|
"operatingsystemrelease": "6.6",
|
72
|
-
"uptime_seconds":
|
72
|
+
"uptime_seconds": 119,
|
73
73
|
"boardmanufacturer": "Oracle Corporation",
|
74
74
|
"boardproductname": "VirtualBox",
|
75
75
|
"boardserialnumber": "0",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"manufacturer": "innotek GmbH",
|
80
80
|
"productname": "VirtualBox",
|
81
81
|
"serialnumber": "0",
|
82
|
-
"uuid": "
|
82
|
+
"uuid": "30A45E9A-E9E5-425D-A5C6-D2FB0332CAA7",
|
83
83
|
"type": "Other",
|
84
84
|
"processors": {
|
85
85
|
"models": [
|
@@ -95,7 +95,7 @@
|
|
95
95
|
"augeasversion": "1.4.0",
|
96
96
|
"uptime": "0:01 hours",
|
97
97
|
"id": "root",
|
98
|
-
"puppetversion": "
|
98
|
+
"puppetversion": "4.6.0",
|
99
99
|
"gid": "root",
|
100
100
|
"domain": "example.com",
|
101
101
|
"interfaces": "eth0,lo",
|
@@ -106,14 +106,17 @@
|
|
106
106
|
"ipaddress_lo": "127.0.0.1",
|
107
107
|
"netmask_lo": "255.0.0.0",
|
108
108
|
"mtu_lo": "65536",
|
109
|
-
"rubyversion": "2.1.
|
109
|
+
"rubyversion": "2.1.9",
|
110
110
|
"blockdevice_sda_size": 21474836480,
|
111
111
|
"blockdevice_sda_vendor": "ATA",
|
112
112
|
"blockdevice_sda_model": "VBOX HARDDISK",
|
113
113
|
"blockdevices": "sda",
|
114
|
+
"auditd_version": "2.3.7",
|
114
115
|
"radius_version": "unknown",
|
116
|
+
"haveged_startup_provider": "init",
|
115
117
|
"openldap_arch": "i386",
|
116
118
|
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
|
119
|
+
"gdm_version": "2.30.4",
|
117
120
|
"reboot_required": false,
|
118
121
|
"cmdline": {
|
119
122
|
"ro": null,
|
@@ -157,7 +160,7 @@
|
|
157
160
|
"model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
158
161
|
"stepping": "4",
|
159
162
|
"microcode": "25",
|
160
|
-
"cpu_MHz": "
|
163
|
+
"cpu_MHz": "3178.028",
|
161
164
|
"cache_size": "4096 KB",
|
162
165
|
"physical_id": "0",
|
163
166
|
"siblings": "1",
|
@@ -221,16 +224,16 @@
|
|
221
224
|
"3dnowprefetch",
|
222
225
|
"rdseed"
|
223
226
|
],
|
224
|
-
"bogomips": "
|
227
|
+
"bogomips": "6356.05",
|
225
228
|
"clflush_size": "64",
|
226
229
|
"cache_alignment": "64",
|
227
230
|
"address_sizes": "39 bits physical, 48 bits virtual",
|
228
231
|
"power_management": "power management"
|
229
232
|
}
|
230
233
|
},
|
234
|
+
"openssh_version": "5.3",
|
231
235
|
"root_home": "/root",
|
232
236
|
"puppet_vardir": "/var/lib/puppet",
|
233
237
|
"is_pe": false,
|
234
|
-
"has_tpm": false
|
235
|
-
"gdm_version": "0.0.0"
|
238
|
+
"has_tpm": false
|
236
239
|
}
|
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 2.2.0",
|
3
|
-
"lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/
|
3
|
+
"lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/auditd/lib/facter:/vagrant/modules/elasticsearch/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/haveged/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/ssh/lib/facter:/vagrant/modules/stdlib/lib/facter:/vagrant/modules/tpm/lib/facter:",
|
4
4
|
"kernel": "Linux",
|
5
5
|
"system_uptime": {
|
6
|
-
"seconds":
|
6
|
+
"seconds": 111,
|
7
7
|
"hours": 0,
|
8
8
|
"days": 0,
|
9
9
|
"uptime": "0:01 hours"
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"blockdevice_sda_vendor": "ATA",
|
21
21
|
"blockdevice_sda_model": "VBOX HARDDISK",
|
22
22
|
"blockdevices": "sda",
|
23
|
-
"path": "/home/vagrant/vendor/bundler/ruby/
|
23
|
+
"path": "/home/vagrant/vendor/bundler/ruby/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
24
24
|
"partitions": {
|
25
25
|
"sda1": {
|
26
26
|
"uuid": "39ce4ad1-4e9d-49a4-bce0-8a30b459490a",
|
@@ -33,9 +33,8 @@
|
|
33
33
|
"filesystem": "LVM2_member"
|
34
34
|
}
|
35
35
|
},
|
36
|
-
"augeasversion": "1.4.0",
|
37
36
|
"macaddress": "08:00:27:be:2b:28",
|
38
|
-
"rubyversion": "2.
|
37
|
+
"rubyversion": "2.0.0",
|
39
38
|
"hostname": "foo",
|
40
39
|
"operatingsystem": "CentOS",
|
41
40
|
"timezone": "UTC",
|
@@ -47,7 +46,7 @@
|
|
47
46
|
"count": 1,
|
48
47
|
"physicalcount": 1
|
49
48
|
},
|
50
|
-
"uptime_seconds":
|
49
|
+
"uptime_seconds": 111,
|
51
50
|
"uptime": "0:01 hours",
|
52
51
|
"ps": "ps -ef",
|
53
52
|
"operatingsystemmajrelease": "7",
|
@@ -78,19 +77,19 @@
|
|
78
77
|
"architecture": "x86_64",
|
79
78
|
"operatingsystemrelease": "7.0.1406",
|
80
79
|
"osfamily": "RedHat",
|
81
|
-
"rubysitedir": "/
|
80
|
+
"rubysitedir": "/usr/local/share/ruby/site_ruby/",
|
82
81
|
"network_enp0s3": "10.0.2.0",
|
83
82
|
"network_lo": "127.0.0.0",
|
84
83
|
"uptime_days": 0,
|
85
84
|
"ipaddress": "10.0.2.15",
|
86
85
|
"memorysize": "490.41 MB",
|
87
|
-
"memoryfree": "
|
86
|
+
"memoryfree": "321.91 MB",
|
88
87
|
"swapsize": "1.03 GB",
|
89
88
|
"swapfree": "1.03 GB",
|
90
89
|
"swapsize_mb": "1056.00",
|
91
90
|
"swapfree_mb": "1055.99",
|
92
91
|
"memorysize_mb": "490.41",
|
93
|
-
"memoryfree_mb": "
|
92
|
+
"memoryfree_mb": "321.91",
|
94
93
|
"filesystems": "xfs",
|
95
94
|
"hardwareisa": "x86_64",
|
96
95
|
"uniqueid": "007f0100",
|
@@ -109,15 +108,17 @@
|
|
109
108
|
"manufacturer": "innotek GmbH",
|
110
109
|
"productname": "VirtualBox",
|
111
110
|
"serialnumber": "0",
|
112
|
-
"uuid": "
|
111
|
+
"uuid": "B9B23060-244C-416E-8C57-0B161234CE92",
|
113
112
|
"type": "Other",
|
114
113
|
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
115
114
|
"processorcount": "1",
|
116
115
|
"kernelmajversion": "3.10",
|
117
116
|
"domain": "example.com",
|
117
|
+
"auditd_version": "2.4.1",
|
118
118
|
"radius_version": "unknown",
|
119
|
+
"haveged_startup_provider": "systemd",
|
119
120
|
"openldap_arch": "i386",
|
120
|
-
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/
|
121
|
+
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/gems/puppet-3.8.7/lib/puppet",
|
121
122
|
"reboot_required": false,
|
122
123
|
"cmdline": {
|
123
124
|
"BOOT_IMAGE": "/vmlinuz-3.10.0-123.el7.x86_64",
|
@@ -159,7 +160,7 @@
|
|
159
160
|
"model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
160
161
|
"stepping": "4",
|
161
162
|
"microcode": "0x19",
|
162
|
-
"cpu_MHz": "
|
163
|
+
"cpu_MHz": "3174.982",
|
163
164
|
"cache_size": "4096 KB",
|
164
165
|
"physical_id": "0",
|
165
166
|
"siblings": "1",
|
@@ -221,16 +222,16 @@
|
|
221
222
|
"3dnowprefetch",
|
222
223
|
"rdseed"
|
223
224
|
],
|
224
|
-
"bogomips": "
|
225
|
+
"bogomips": "6349.96",
|
225
226
|
"clflush_size": "64",
|
226
227
|
"cache_alignment": "64",
|
227
228
|
"address_sizes": "39 bits physical, 48 bits virtual",
|
228
229
|
"power_management": "power management"
|
229
230
|
}
|
230
231
|
},
|
232
|
+
"openssh_version": "6.4",
|
231
233
|
"root_home": "/root",
|
232
234
|
"puppet_vardir": "/var/lib/puppet",
|
233
235
|
"is_pe": false,
|
234
|
-
"has_tpm": false
|
235
|
-
"gdm_version": "0.0.0"
|
236
|
+
"has_tpm": false
|
236
237
|
}
|