simp-rspec-puppet-facts 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/facts/1.7/centos-6-x86_64.facts +7 -6
  4. data/facts/1.7/centos-7-x86_64.facts +6 -5
  5. data/facts/1.7/redhat-6-x86_64.facts +6 -5
  6. data/facts/1.7/redhat-7-x86_64.facts +6 -5
  7. data/facts/2.0/centos-6-x86_64.facts +7 -6
  8. data/facts/2.0/centos-7-x86_64.facts +8 -7
  9. data/facts/2.0/redhat-6-x86_64.facts +6 -5
  10. data/facts/2.0/redhat-7-x86_64.facts +6 -5
  11. data/facts/2.1/centos-6-x86_64.facts +7 -6
  12. data/facts/2.1/centos-7-x86_64.facts +8 -7
  13. data/facts/2.1/redhat-6-x86_64.facts +5 -4
  14. data/facts/2.1/redhat-7-x86_64.facts +5 -4
  15. data/facts/2.2/centos-6-x86_64.facts +8 -7
  16. data/facts/2.2/centos-7-x86_64.facts +9 -8
  17. data/facts/2.2/redhat-6-x86_64.facts +6 -5
  18. data/facts/2.2/redhat-7-x86_64.facts +6 -5
  19. data/facts/2.3/centos-6-x86_64.facts +8 -7
  20. data/facts/2.3/centos-7-x86_64.facts +9 -8
  21. data/facts/2.3/redhat-6-x86_64.facts +6 -5
  22. data/facts/2.3/redhat-7-x86_64.facts +6 -5
  23. data/facts/2.4/centos-6-x86_64.facts +8 -7
  24. data/facts/2.4/centos-7-x86_64.facts +9 -8
  25. data/facts/2.4/redhat-6-x86_64.facts +6 -5
  26. data/facts/2.4/redhat-7-x86_64.facts +6 -5
  27. data/facts/3.0/centos-6-x86_64.facts +404 -316
  28. data/facts/3.0/centos-7-x86_64.facts +408 -320
  29. data/facts/3.0/redhat-6-x86_64.facts +405 -314
  30. data/facts/3.0/redhat-7-x86_64.facts +415 -324
  31. data/facts/3.1/centos-6-x86_64.facts +430 -342
  32. data/facts/3.1/centos-7-x86_64.facts +434 -346
  33. data/facts/3.1/redhat-6-x86_64.facts +431 -340
  34. data/facts/3.1/redhat-7-x86_64.facts +441 -350
  35. data/facts/Vagrantfile +9 -9
  36. data/facts/scripts/get_facts.rb +8 -0
  37. data/facts/{get_facts.sh → scripts/get_facts_for_each_facter.sh} +18 -10
  38. data/lib/simp/rspec-puppet-facts.rb +5 -0
  39. data/lib/simp/version.rb +1 -1
  40. metadata +5 -11
  41. data/facts/1.6/centos-6-x86_64.facts +0 -0
  42. data/facts/1.6/centos-7-x86_64.facts +0 -0
  43. data/facts/1.6/redhat-6-x86_64.facts +0 -0
  44. data/facts/1.6/redhat-7-x86_64.facts +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a9aea519d49324856ee779326aac28d8ff02c26
4
- data.tar.gz: d0a55816ad751a31d398f0ba02648dab423a8e18
3
+ metadata.gz: cccff41d5bc838401abeb2be6698cd36356f7f60
4
+ data.tar.gz: 302f73acdaf4112b6110f92028832eb1204a21d7
5
5
  SHA512:
6
- metadata.gz: 87e26cc74ca899dc65ab39429b74ab442fd451073a9bdfe1d80d5dde76c5572165c199d5cc2c8849a88eef85072e4a19108d4e0d88117c3469aa636969598dd0
7
- data.tar.gz: 3526dd37597989ccae2b7d0bc441e0328250738f6dce3070ca9bb393946d05a8a9cfd7189dba86d87e5cdb60d11ce881b52fba31e9fbab27c77a613a527cfddb
6
+ metadata.gz: 3aa97ad99600700688b2b4b3d109787aa7f2363a08ecc85049dbd44b98d0df7c10afca6ee91f4cc11f06828c64e6c2fc37892e47a72464d2d53ff5ae87cc1b48
7
+ data.tar.gz: eee19a84d8e3516c13e2be414fd47fa228d5db7587eabcf7f012ebd053efefba3e71449fcd3018b5911b098cf8ab6478466058f9aa27d4bf86f62a6dc2fadfaa
data/README.md CHANGED
@@ -61,12 +61,15 @@ _[default: {}]_
61
61
 
62
62
  Override or add extra facts to each os/facts hash. These facts cannot be altered by internal logic (such as `:selinux_mode`).
63
63
 
64
+
65
+
64
66
  ### `:selinux_mode`
65
67
 
66
68
  _[default: **`:enforcing`**]_
67
69
 
68
70
  Given an enforcement mode (`:enforcing`, `:permissive`, or `:disabled`), overrides the following facts:
69
71
  - `selinux`
72
+ - `selinux_enforced`
70
73
  - `selinux_current_mode`
71
74
  - `selinux_state`
72
75
  - `tmp_mount_*` _(only modifies existing `tmp_mount*` facts)_
@@ -40,16 +40,16 @@
40
40
  "manufacturer": "innotek GmbH",
41
41
  "productname": "VirtualBox",
42
42
  "serialnumber": "0",
43
- "uuid": "744D861E-723F-4811-A97E-7DB0430088C6",
43
+ "uuid": "F8C11CF8-EB58-4157-A0E5-286D3CAD976E",
44
44
  "type": "Other",
45
45
  "memorysize": "490.39 MB",
46
- "memoryfree": "372.45 MB",
46
+ "memoryfree": "380.21 MB",
47
47
  "swapsize": "992.00 MB",
48
- "swapfree": "991.86 MB",
48
+ "swapfree": "991.82 MB",
49
49
  "swapsize_mb": "992.00",
50
- "swapfree_mb": "991.86",
50
+ "swapfree_mb": "991.82",
51
51
  "memorysize_mb": "490.39",
52
- "memoryfree_mb": "372.45",
52
+ "memoryfree_mb": "380.21",
53
53
  "memorytotal": "490.39 MB",
54
54
  "netmask": "255.255.255.0",
55
55
  "network_eth0": "10.0.2.0",
@@ -74,7 +74,7 @@
74
74
  "uptime": "0:01 hours",
75
75
  "uptime_days": 0,
76
76
  "uptime_hours": 0,
77
- "uptime_seconds": 74,
77
+ "uptime_seconds": 67,
78
78
  "virtual": "kvm",
79
79
  "is_virtual": "true",
80
80
  "openldap_arch": "i386",
@@ -98,6 +98,7 @@
98
98
  "tmp_mount_fstype_dev_shm": "tmpfs",
99
99
  "uid_min": "500",
100
100
  "is_pe": false,
101
+ "puppet_vardir": "/var/lib/puppet",
101
102
  "root_home": "/root",
102
103
  "has_tpm": false,
103
104
  "gdm_version": "0.0.0"
@@ -38,16 +38,16 @@
38
38
  "manufacturer": "innotek GmbH",
39
39
  "productname": "VirtualBox",
40
40
  "serialnumber": "0",
41
- "uuid": "C2A0AE40-3196-4933-B3ED-6190E43931A1",
41
+ "uuid": "467C09E7-625C-4836-9E1C-4C2C173538A3",
42
42
  "type": "Other",
43
43
  "memorysize": "490.41 MB",
44
- "memoryfree": "307.93 MB",
44
+ "memoryfree": "313.66 MB",
45
45
  "swapsize": "1.03 GB",
46
46
  "swapfree": "1.03 GB",
47
47
  "swapsize_mb": "1056.00",
48
- "swapfree_mb": "1055.80",
48
+ "swapfree_mb": "1055.99",
49
49
  "memorysize_mb": "490.41",
50
- "memoryfree_mb": "307.93",
50
+ "memoryfree_mb": "313.66",
51
51
  "memorytotal": "490.41 MB",
52
52
  "netmask": "255.255.255.0",
53
53
  "network_enp0s3": "10.0.2.0",
@@ -72,7 +72,7 @@
72
72
  "uptime": "0:01 hours",
73
73
  "uptime_days": 0,
74
74
  "uptime_hours": 0,
75
- "uptime_seconds": 71,
75
+ "uptime_seconds": 62,
76
76
  "virtual": "virtualbox",
77
77
  "is_virtual": "true",
78
78
  "openldap_arch": "i386",
@@ -96,6 +96,7 @@
96
96
  "tmp_mount_fstype_dev_shm": "tmpfs",
97
97
  "uid_min": "1000",
98
98
  "is_pe": false,
99
+ "puppet_vardir": "/var/lib/puppet",
99
100
  "root_home": "/root",
100
101
  "has_tpm": false,
101
102
  "gdm_version": "0.0.0"
@@ -43,16 +43,16 @@
43
43
  "manufacturer": "innotek GmbH",
44
44
  "productname": "VirtualBox",
45
45
  "serialnumber": "0",
46
- "uuid": "13768983-8D2B-451F-937F-ADDD3C6DBE40",
46
+ "uuid": "9DF34A35-231F-4D73-B6CA-365C81EB20F1",
47
47
  "type": "Other",
48
48
  "memorysize": "1.83 GB",
49
- "memoryfree": "1.69 GB",
49
+ "memoryfree": "1.70 GB",
50
50
  "swapsize": "3.00 GB",
51
51
  "swapfree": "3.00 GB",
52
52
  "swapsize_mb": "3071.99",
53
53
  "swapfree_mb": "3071.99",
54
54
  "memorysize_mb": "1877.43",
55
- "memoryfree_mb": "1733.10",
55
+ "memoryfree_mb": "1738.24",
56
56
  "memorytotal": "1.83 GB",
57
57
  "netmask": "255.255.255.0",
58
58
  "network_eth0": "10.0.2.0",
@@ -74,10 +74,10 @@
74
74
  "sshfp_rsa": "SSHFP 1 1 da5db57b9a35167ded726929889a678802e29c14\nSSHFP 1 2 e66cf0d1c6c52f9bf2841cc33ae439b886d61985604d2de0ad25bc1288c99bf5",
75
75
  "timezone": "EDT",
76
76
  "uniqueid": "007f0100",
77
- "uptime": "0:00 hours",
77
+ "uptime": "0:01 hours",
78
78
  "uptime_days": 0,
79
79
  "uptime_hours": 0,
80
- "uptime_seconds": 56,
80
+ "uptime_seconds": 70,
81
81
  "virtual": "kvm",
82
82
  "is_virtual": "true",
83
83
  "openldap_arch": "i386",
@@ -101,6 +101,7 @@
101
101
  "tmp_mount_fstype_dev_shm": "tmpfs",
102
102
  "uid_min": "500",
103
103
  "is_pe": false,
104
+ "puppet_vardir": "/var/lib/puppet",
104
105
  "root_home": "/root",
105
106
  "has_tpm": false,
106
107
  "gdm_version": "0.0.0"
@@ -38,16 +38,16 @@
38
38
  "manufacturer": "innotek GmbH",
39
39
  "productname": "VirtualBox",
40
40
  "serialnumber": "0",
41
- "uuid": "34D3157B-EE15-4BB7-80B4-1CAB1D14262F",
41
+ "uuid": "26AFABD5-44C8-4335-97E3-A81EAE065F48",
42
42
  "type": "Other",
43
43
  "memorysize": "489.04 MB",
44
- "memoryfree": "314.43 MB",
44
+ "memoryfree": "324.40 MB",
45
45
  "swapsize": "1024.00 MB",
46
46
  "swapfree": "1024.00 MB",
47
47
  "swapsize_mb": "1024.00",
48
48
  "swapfree_mb": "1024.00",
49
49
  "memorysize_mb": "489.04",
50
- "memoryfree_mb": "314.43",
50
+ "memoryfree_mb": "324.40",
51
51
  "memorytotal": "489.04 MB",
52
52
  "netmask": "255.255.255.0",
53
53
  "network_enp0s3": "10.0.2.0",
@@ -69,10 +69,10 @@
69
69
  "sshfp_ecdsa": "SSHFP 3 1 d44325c8395220c069b904fb775545ea172028a9\nSSHFP 3 2 a60f5d46c5f1aae180628f668b5c2f253d5134911dac877de0746563659e964a",
70
70
  "timezone": "EDT",
71
71
  "uniqueid": "007f0100",
72
- "uptime": "0:00 hours",
72
+ "uptime": "0:01 hours",
73
73
  "uptime_days": 0,
74
74
  "uptime_hours": 0,
75
- "uptime_seconds": 54,
75
+ "uptime_seconds": 63,
76
76
  "virtual": "kvm",
77
77
  "is_virtual": "true",
78
78
  "openldap_arch": "i386",
@@ -96,6 +96,7 @@
96
96
  "tmp_mount_fstype_dev_shm": "tmpfs",
97
97
  "uid_min": "1000",
98
98
  "is_pe": false,
99
+ "puppet_vardir": "/var/lib/puppet",
99
100
  "root_home": "/root",
100
101
  "has_tpm": false,
101
102
  "gdm_version": "0.0.0"
@@ -30,17 +30,17 @@
30
30
  "network_lo": "127.0.0.0",
31
31
  "hardwaremodel": "x86_64",
32
32
  "memorysize": "490.39 MB",
33
- "memoryfree": "395.47 MB",
33
+ "memoryfree": "381.92 MB",
34
34
  "swapsize": "992.00 MB",
35
- "swapfree": "991.86 MB",
35
+ "swapfree": "991.82 MB",
36
36
  "swapsize_mb": "992.00",
37
- "swapfree_mb": "991.86",
37
+ "swapfree_mb": "991.82",
38
38
  "memorysize_mb": "490.39",
39
- "memoryfree_mb": "395.47",
39
+ "memoryfree_mb": "381.92",
40
40
  "operatingsystemmajrelease": "6",
41
41
  "netmask": "255.255.255.0",
42
42
  "operatingsystemrelease": "6.6",
43
- "uptime_seconds": 77,
43
+ "uptime_seconds": 71,
44
44
  "boardmanufacturer": "Oracle Corporation",
45
45
  "boardproductname": "VirtualBox",
46
46
  "boardserialnumber": "0",
@@ -50,7 +50,7 @@
50
50
  "manufacturer": "innotek GmbH",
51
51
  "productname": "VirtualBox",
52
52
  "serialnumber": "0",
53
- "uuid": "744D861E-723F-4811-A97E-7DB0430088C6",
53
+ "uuid": "F8C11CF8-EB58-4157-A0E5-286D3CAD976E",
54
54
  "type": "Other",
55
55
  "ipaddress": "10.0.2.15",
56
56
  "selinux": "false",
@@ -194,6 +194,7 @@
194
194
  }
195
195
  },
196
196
  "root_home": "/root",
197
+ "puppet_vardir": "/var/lib/puppet",
197
198
  "is_pe": false,
198
199
  "has_tpm": false,
199
200
  "gdm_version": "0.0.0"
@@ -38,16 +38,16 @@
38
38
  "manufacturer": "innotek GmbH",
39
39
  "productname": "VirtualBox",
40
40
  "serialnumber": "0",
41
- "uuid": "C2A0AE40-3196-4933-B3ED-6190E43931A1",
41
+ "uuid": "467C09E7-625C-4836-9E1C-4C2C173538A3",
42
42
  "type": "Other",
43
43
  "memorysize": "490.41 MB",
44
- "memoryfree": "329.96 MB",
44
+ "memoryfree": "314.82 MB",
45
45
  "swapsize": "1.03 GB",
46
46
  "swapfree": "1.03 GB",
47
47
  "swapsize_mb": "1056.00",
48
- "swapfree_mb": "1055.80",
48
+ "swapfree_mb": "1055.99",
49
49
  "memorysize_mb": "490.41",
50
- "memoryfree_mb": "329.96",
50
+ "memoryfree_mb": "314.82",
51
51
  "netmask": "255.255.255.0",
52
52
  "network_enp0s3": "10.0.2.0",
53
53
  "network_lo": "127.0.0.0",
@@ -71,7 +71,7 @@
71
71
  "uptime": "0:01 hours",
72
72
  "uptime_days": 0,
73
73
  "uptime_hours": 0,
74
- "uptime_seconds": 75,
74
+ "uptime_seconds": 66,
75
75
  "virtual": "virtualbox",
76
76
  "is_virtual": "true",
77
77
  "radius_version": "unknown",
@@ -118,7 +118,7 @@
118
118
  "model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
119
119
  "stepping": "4",
120
120
  "microcode": "0x19",
121
- "cpu_MHz": "3092.908",
121
+ "cpu_MHz": "3092.805",
122
122
  "cache_size": "4096 KB",
123
123
  "physical_id": "0",
124
124
  "siblings": "1",
@@ -180,7 +180,7 @@
180
180
  "3dnowprefetch",
181
181
  "rdseed"
182
182
  ],
183
- "bogomips": "6185.81",
183
+ "bogomips": "6185.61",
184
184
  "clflush_size": "64",
185
185
  "cache_alignment": "64",
186
186
  "address_sizes": "39 bits physical, 48 bits virtual",
@@ -188,6 +188,7 @@
188
188
  }
189
189
  },
190
190
  "root_home": "/root",
191
+ "puppet_vardir": "/var/lib/puppet",
191
192
  "is_pe": false,
192
193
  "has_tpm": false,
193
194
  "gdm_version": "0.0.0"
@@ -16,13 +16,13 @@
16
16
  "kernelrelease": "2.6.32-431.el6.x86_64",
17
17
  "operatingsystemrelease": "6.5",
18
18
  "memorysize": "1.83 GB",
19
- "memoryfree": "1.72 GB",
19
+ "memoryfree": "1.70 GB",
20
20
  "swapsize": "3.00 GB",
21
21
  "swapfree": "3.00 GB",
22
22
  "swapsize_mb": "3071.99",
23
23
  "swapfree_mb": "3071.99",
24
24
  "memorysize_mb": "1877.43",
25
- "memoryfree_mb": "1756.70",
25
+ "memoryfree_mb": "1740.12",
26
26
  "hardwareisa": "x86_64",
27
27
  "id": "root",
28
28
  "timezone": "EDT",
@@ -36,7 +36,7 @@
36
36
  "manufacturer": "innotek GmbH",
37
37
  "productname": "VirtualBox",
38
38
  "serialnumber": "0",
39
- "uuid": "13768983-8D2B-451F-937F-ADDD3C6DBE40",
39
+ "uuid": "9DF34A35-231F-4D73-B6CA-365C81EB20F1",
40
40
  "type": "Other",
41
41
  "facterversion": "2.0.2",
42
42
  "virtual": "kvm",
@@ -45,7 +45,7 @@
45
45
  "rubyversion": "2.1.7",
46
46
  "kernelversion": "2.6.32",
47
47
  "uniqueid": "007f0100",
48
- "uptime_seconds": 59,
48
+ "uptime_seconds": 75,
49
49
  "architecture": "x86_64",
50
50
  "hardwaremodel": "x86_64",
51
51
  "processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
@@ -54,7 +54,7 @@
54
54
  "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
55
55
  "filesystems": "ext4,iso9660",
56
56
  "ps": "ps -ef",
57
- "uptime": "0:00 hours",
57
+ "uptime": "0:01 hours",
58
58
  "domain": "example.com",
59
59
  "ipaddress": "10.0.2.15",
60
60
  "sshdsakey": "AAAAB3NzaC1kc3MAAACBAMJzRC1Dam9XK/uinH37BE09gJ6Jdcjdk1S4INQ4QOm4TqKO3j6glXZWGNikEG/mUzLIU8UOZBYddD4uRNLvOYUtUnHMzRn6teQflK9CNROt4EsuZ6BWS4LJIc4rxXwMnl/sdIXA3y3fWJXts5ju506/B0E+om1OZmF2HECVdyV5AAAAFQCFfk4wYSRwajtOsdVnnwbsBfmySQAAAIBfIIKqK2Uyscs9s5+dVM11FlhSD0jKt3PlaedePz8xXP4YpgvaqlL+vWkqAJe/wNrbRGHE8IoFRb6g4oSoSjqTo671fM6jPge5ceia5MqaTwSUi2/jULK8j2nPuj01lpMgZRSo5+1f3KekhMUKQNoA/BRrqdn5KLC2RaLTy3h0WQAAAIEAo0kyGMbkEBcPQibgfOJTuJFZ8l2590C0uSAu+EUOD0FafiurpgVyjUVCkviO0o9CMLqyuz1fLy6WhSl93GquVzNLGFZgJdqtFQjXPcdrLG+CA8D8WwLNqlHeq2FoBU6Ziqc/PS9UnwwLevNvz6RQLDO1e3A7KGF79TQH/PzNom4=",
@@ -190,6 +190,7 @@
190
190
  }
191
191
  },
192
192
  "root_home": "/root",
193
+ "puppet_vardir": "/var/lib/puppet",
193
194
  "is_pe": false,
194
195
  "has_tpm": false,
195
196
  "gdm_version": "0.0.0"
@@ -38,16 +38,16 @@
38
38
  "manufacturer": "innotek GmbH",
39
39
  "productname": "VirtualBox",
40
40
  "serialnumber": "0",
41
- "uuid": "34D3157B-EE15-4BB7-80B4-1CAB1D14262F",
41
+ "uuid": "26AFABD5-44C8-4335-97E3-A81EAE065F48",
42
42
  "type": "Other",
43
43
  "memorysize": "489.04 MB",
44
- "memoryfree": "337.55 MB",
44
+ "memoryfree": "325.46 MB",
45
45
  "swapsize": "1024.00 MB",
46
46
  "swapfree": "1024.00 MB",
47
47
  "swapsize_mb": "1024.00",
48
48
  "swapfree_mb": "1024.00",
49
49
  "memorysize_mb": "489.04",
50
- "memoryfree_mb": "337.55",
50
+ "memoryfree_mb": "325.46",
51
51
  "netmask": "255.255.255.0",
52
52
  "network_enp0s3": "10.0.2.0",
53
53
  "network_lo": "127.0.0.0",
@@ -70,10 +70,10 @@
70
70
  "sshfp_ed25519": "SSHFP 4 1 d8809518ff1125aa291eb2c91c1ec5a6c3c64a4a\nSSHFP 4 2 45e26effcb888f15104870cc1c5182068f68966513ec452c8478c7ee2fad7029",
71
71
  "timezone": "EDT",
72
72
  "uniqueid": "007f0100",
73
- "uptime": "0:00 hours",
73
+ "uptime": "0:01 hours",
74
74
  "uptime_days": 0,
75
75
  "uptime_hours": 0,
76
- "uptime_seconds": 57,
76
+ "uptime_seconds": 66,
77
77
  "virtual": "kvm",
78
78
  "is_virtual": "true",
79
79
  "radius_version": "unknown",
@@ -189,6 +189,7 @@
189
189
  }
190
190
  },
191
191
  "root_home": "/root",
192
+ "puppet_vardir": "/var/lib/puppet",
192
193
  "is_pe": false,
193
194
  "has_tpm": false,
194
195
  "gdm_version": "0.0.0"
@@ -44,17 +44,17 @@
44
44
  "network_lo": "127.0.0.0",
45
45
  "osfamily": "RedHat",
46
46
  "memorysize": "490.39 MB",
47
- "memoryfree": "394.73 MB",
47
+ "memoryfree": "381.15 MB",
48
48
  "swapsize": "992.00 MB",
49
- "swapfree": "991.86 MB",
49
+ "swapfree": "991.82 MB",
50
50
  "swapsize_mb": "992.00",
51
- "swapfree_mb": "991.86",
51
+ "swapfree_mb": "991.82",
52
52
  "memorysize_mb": "490.39",
53
- "memoryfree_mb": "394.73",
53
+ "memoryfree_mb": "381.15",
54
54
  "operatingsystemmajrelease": "6",
55
55
  "netmask": "255.255.255.0",
56
56
  "operatingsystemrelease": "6.6",
57
- "uptime_seconds": 80,
57
+ "uptime_seconds": 75,
58
58
  "boardmanufacturer": "Oracle Corporation",
59
59
  "boardproductname": "VirtualBox",
60
60
  "boardserialnumber": "0",
@@ -64,7 +64,7 @@
64
64
  "manufacturer": "innotek GmbH",
65
65
  "productname": "VirtualBox",
66
66
  "serialnumber": "0",
67
- "uuid": "744D861E-723F-4811-A97E-7DB0430088C6",
67
+ "uuid": "F8C11CF8-EB58-4157-A0E5-286D3CAD976E",
68
68
  "type": "Other",
69
69
  "ipaddress": "10.0.2.15",
70
70
  "selinux": "false",
@@ -206,6 +206,7 @@
206
206
  }
207
207
  },
208
208
  "root_home": "/root",
209
+ "puppet_vardir": "/var/lib/puppet",
209
210
  "is_pe": false,
210
211
  "has_tpm": false,
211
212
  "gdm_version": "0.0.0"
@@ -45,16 +45,16 @@
45
45
  "manufacturer": "innotek GmbH",
46
46
  "productname": "VirtualBox",
47
47
  "serialnumber": "0",
48
- "uuid": "C2A0AE40-3196-4933-B3ED-6190E43931A1",
48
+ "uuid": "467C09E7-625C-4836-9E1C-4C2C173538A3",
49
49
  "type": "Other",
50
50
  "memorysize": "490.41 MB",
51
- "memoryfree": "328.66 MB",
51
+ "memoryfree": "313.72 MB",
52
52
  "swapsize": "1.03 GB",
53
53
  "swapfree": "1.03 GB",
54
54
  "swapsize_mb": "1056.00",
55
- "swapfree_mb": "1055.80",
55
+ "swapfree_mb": "1055.99",
56
56
  "memorysize_mb": "490.41",
57
- "memoryfree_mb": "328.66",
57
+ "memoryfree_mb": "313.72",
58
58
  "netmask": "255.255.255.0",
59
59
  "network_enp0s3": "10.0.2.0",
60
60
  "network_lo": "127.0.0.0",
@@ -91,7 +91,7 @@
91
91
  "uptime": "0:01 hours",
92
92
  "uptime_days": 0,
93
93
  "uptime_hours": 0,
94
- "uptime_seconds": 78,
94
+ "uptime_seconds": 69,
95
95
  "radius_version": "unknown",
96
96
  "openldap_arch": "i386",
97
97
  "puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
@@ -136,7 +136,7 @@
136
136
  "model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
137
137
  "stepping": "4",
138
138
  "microcode": "0x19",
139
- "cpu_MHz": "3092.908",
139
+ "cpu_MHz": "3092.805",
140
140
  "cache_size": "4096 KB",
141
141
  "physical_id": "0",
142
142
  "siblings": "1",
@@ -198,7 +198,7 @@
198
198
  "3dnowprefetch",
199
199
  "rdseed"
200
200
  ],
201
- "bogomips": "6185.81",
201
+ "bogomips": "6185.61",
202
202
  "clflush_size": "64",
203
203
  "cache_alignment": "64",
204
204
  "address_sizes": "39 bits physical, 48 bits virtual",
@@ -206,6 +206,7 @@
206
206
  }
207
207
  },
208
208
  "root_home": "/root",
209
+ "puppet_vardir": "/var/lib/puppet",
209
210
  "is_pe": false,
210
211
  "has_tpm": false,
211
212
  "gdm_version": "0.0.0"