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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0458c1fc338a1b4161ded6f8fb3804881770cb80
|
4
|
+
data.tar.gz: 5f600cf62eed06b8e13ce3c4315e537fad033b40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb25e4be9c643bf807f4d2a9ec68c36e5ab8c7182c35be4fada96f962be7cab4946c275b21a8cbf9affdc45271c0fe845c3c3557b45bdab748bcb0f135fee01
|
7
|
+
data.tar.gz: 0709962684b76cd3171e621403328224108be0cf13f2d4149cb4ab4985ae457fa68e6a4e1eaeca360274c97beca13a814aa2dbec4e955676e6fad336a627696b
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 1.7.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
|
"architecture": "x86_64",
|
5
5
|
"augeasversion": "1.4.0",
|
6
6
|
"kernel": "Linux",
|
@@ -40,16 +40,16 @@
|
|
40
40
|
"manufacturer": "innotek GmbH",
|
41
41
|
"productname": "VirtualBox",
|
42
42
|
"serialnumber": "0",
|
43
|
-
"uuid": "
|
43
|
+
"uuid": "30A45E9A-E9E5-425D-A5C6-D2FB0332CAA7",
|
44
44
|
"type": "Other",
|
45
45
|
"memorysize": "490.39 MB",
|
46
|
-
"memoryfree": "
|
46
|
+
"memoryfree": "377.87 MB",
|
47
47
|
"swapsize": "992.00 MB",
|
48
|
-
"swapfree": "991.
|
48
|
+
"swapfree": "991.94 MB",
|
49
49
|
"swapsize_mb": "992.00",
|
50
|
-
"swapfree_mb": "991.
|
50
|
+
"swapfree_mb": "991.94",
|
51
51
|
"memorysize_mb": "490.39",
|
52
|
-
"memoryfree_mb": "
|
52
|
+
"memoryfree_mb": "377.87",
|
53
53
|
"memorytotal": "490.39 MB",
|
54
54
|
"netmask": "255.255.255.0",
|
55
55
|
"network_eth0": "10.0.2.0",
|
@@ -61,9 +61,9 @@
|
|
61
61
|
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
62
62
|
"processorcount": "1",
|
63
63
|
"ps": "ps -ef",
|
64
|
-
"puppetversion": "
|
64
|
+
"puppetversion": "4.6.0",
|
65
65
|
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
|
66
|
-
"rubyversion": "2.1.
|
66
|
+
"rubyversion": "2.1.9",
|
67
67
|
"selinux": "false",
|
68
68
|
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAOSOdC70GK+62b1DmmHw37vZ6VEUcQLv9AfkTvjcqOrKrTNGNMcY+fzJtbcfTG4i21YEDa8CSHoYtsrfZy4nLamc+CIclQONCXNR1W+jCXpe/mjY7V0p9JjKDsTMX+o9jFsuBNYLpPK5w/udoUvVEETET66Rffh7ylVdwrGsw72vAAAAFQCsxMUYvE0SSNELWgJeNZUl0MMxlwAAAIEAyssLRdOH4F0ijHHFbsQbreJSWpJSb7JMwOTVzECe97KfsoCV6VUuMBsTg/4GKWxHxK35z/VZSftPfFFaAtIERtStRfYlelZOZ0ftuc4+VZmQ4OWiOV2gBrWCUzPeo9BcFMWzeQEPpn2ZIabAn9lfdAzf/2dtYiZScgesW1DKG3MAAACADhQF5ON8mfbTUwEem0PvB9JER0cm8CE1qYCa6UFRVQNGr9UhTUC9+layi4U858Qi1W98UNavmogVc1mMiGlOODVQRUb0VTlUHRVVaFAANd4iW0n8Iy+fcaS6soDMYyw2UYwpFjHWeBE9Gf8ESg7aJVt14BJpQkVX/plsjWvGh5w=",
|
69
69
|
"sshfp_dsa": "SSHFP 2 1 0e9e8e299b19eb61dd5f9eea7b142f9ac7df2cd3\nSSHFP 2 2 03106abaacaa1af5103053b6e933bb603c933bb9ebc0f3d962ac9cc2ba35e37d",
|
@@ -74,9 +74,10 @@
|
|
74
74
|
"uptime": "0:01 hours",
|
75
75
|
"uptime_days": 0,
|
76
76
|
"uptime_hours": 0,
|
77
|
-
"uptime_seconds":
|
77
|
+
"uptime_seconds": 109,
|
78
78
|
"virtual": "kvm",
|
79
79
|
"is_virtual": "true",
|
80
|
+
"haveged_startup_provider": "init",
|
80
81
|
"openldap_arch": "i386",
|
81
82
|
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
|
82
83
|
"acpid_enabled": true,
|
@@ -100,6 +101,5 @@
|
|
100
101
|
"is_pe": false,
|
101
102
|
"puppet_vardir": "/var/lib/puppet",
|
102
103
|
"root_home": "/root",
|
103
|
-
"has_tpm": false
|
104
|
-
"gdm_version": "0.0.0"
|
104
|
+
"has_tpm": false
|
105
105
|
}
|
@@ -1,8 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 1.7.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
|
"architecture": "x86_64",
|
5
|
-
"augeasversion": "1.4.0",
|
6
5
|
"kernel": "Linux",
|
7
6
|
"blockdevice_sda_size": 21474836480,
|
8
7
|
"blockdevice_sda_vendor": "ATA",
|
@@ -38,30 +37,30 @@
|
|
38
37
|
"manufacturer": "innotek GmbH",
|
39
38
|
"productname": "VirtualBox",
|
40
39
|
"serialnumber": "0",
|
41
|
-
"uuid": "
|
40
|
+
"uuid": "B9B23060-244C-416E-8C57-0B161234CE92",
|
42
41
|
"type": "Other",
|
43
42
|
"memorysize": "490.41 MB",
|
44
|
-
"memoryfree": "
|
43
|
+
"memoryfree": "322.81 MB",
|
45
44
|
"swapsize": "1.03 GB",
|
46
45
|
"swapfree": "1.03 GB",
|
47
46
|
"swapsize_mb": "1056.00",
|
48
47
|
"swapfree_mb": "1055.99",
|
49
48
|
"memorysize_mb": "490.41",
|
50
|
-
"memoryfree_mb": "
|
49
|
+
"memoryfree_mb": "322.81",
|
51
50
|
"memorytotal": "490.41 MB",
|
52
51
|
"netmask": "255.255.255.0",
|
53
52
|
"network_enp0s3": "10.0.2.0",
|
54
53
|
"network_lo": "127.0.0.0",
|
55
54
|
"operatingsystemmajrelease": "7",
|
56
55
|
"operatingsystemrelease": "7.0.1406",
|
57
|
-
"path": "/home/vagrant/vendor/bundler/ruby/
|
56
|
+
"path": "/home/vagrant/vendor/bundler/ruby/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
58
57
|
"physicalprocessorcount": 1,
|
59
58
|
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
60
59
|
"processorcount": "1",
|
61
60
|
"ps": "ps -ef",
|
62
61
|
"puppetversion": "3.8.7",
|
63
|
-
"rubysitedir": "/
|
64
|
-
"rubyversion": "2.
|
62
|
+
"rubysitedir": "/usr/local/share/ruby/site_ruby/",
|
63
|
+
"rubyversion": "2.0.0",
|
65
64
|
"selinux": "false",
|
66
65
|
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDLMo35gwbuqQvRq1gy6L8vddeyMNBYr5WPVcftMKSJR1jmwzxcZ+h0AEb3KPfoMHkqe9Xy+3oN981qe5ZCE780HO884AaXzXry9zdWQjGysrI+zHQbqbpOkYAGsVbJiQ7VnH7lMVZo2jCbABj4OdsbeCOeP3oDXTNCTaWWdQChzqvYgNBvb0mg/na1l0naQ1nsJYD85O8ZRQ9U/JOADMaOjummfOb2z7MgskZ9abm5eFCCQl+wUUNXKqQx+uyVM4lyyoTHpW3M2IV0P9wxhWJF6eovwyREGuMgJCs6kbHCFty7HtAYbzziabgQav8pMe68aBqjshbpU6ll/+aXWhD1",
|
67
66
|
"sshfp_rsa": "SSHFP 1 1 f25e9ad2faddbe75263cfee4fa97dc965bc1d581\nSSHFP 1 2 0173e386031a134e4cbfb7f6971788761a5aa3d9e39dafcf163f003de2537199",
|
@@ -72,11 +71,13 @@
|
|
72
71
|
"uptime": "0:01 hours",
|
73
72
|
"uptime_days": 0,
|
74
73
|
"uptime_hours": 0,
|
75
|
-
"uptime_seconds":
|
74
|
+
"uptime_seconds": 101,
|
76
75
|
"virtual": "virtualbox",
|
77
76
|
"is_virtual": "true",
|
77
|
+
"auditd_version": "2.4.1",
|
78
|
+
"haveged_startup_provider": "systemd",
|
78
79
|
"openldap_arch": "i386",
|
79
|
-
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/
|
80
|
+
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/gems/puppet-3.8.7/lib/puppet",
|
80
81
|
"acpid_enabled": false,
|
81
82
|
"defaultgateway": "10.0.2.2",
|
82
83
|
"defaultgatewayiface": "enp0s3",
|
@@ -98,6 +99,5 @@
|
|
98
99
|
"is_pe": false,
|
99
100
|
"puppet_vardir": "/var/lib/puppet",
|
100
101
|
"root_home": "/root",
|
101
|
-
"has_tpm": false
|
102
|
-
"gdm_version": "0.0.0"
|
102
|
+
"has_tpm": false
|
103
103
|
}
|
@@ -0,0 +1,106 @@
|
|
1
|
+
{
|
2
|
+
"gem_version": "~> 1.7.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
|
+
"domain": "example.com",
|
12
|
+
"macaddress": "08:00:27:3a:cd:a9",
|
13
|
+
"osfamily": "RedHat",
|
14
|
+
"operatingsystem": "Fedora",
|
15
|
+
"facterversion": "1.7.6",
|
16
|
+
"filesystems": "ext2,ext3,ext4,xfs",
|
17
|
+
"fqdn": "foo.example.com",
|
18
|
+
"hardwareisa": "x86_64",
|
19
|
+
"hardwaremodel": "x86_64",
|
20
|
+
"hostname": "foo",
|
21
|
+
"id": "root",
|
22
|
+
"interfaces": "enp0s3,lo",
|
23
|
+
"ipaddress_enp0s3": "10.0.2.15",
|
24
|
+
"macaddress_enp0s3": "08:00:27:3a:cd:a9",
|
25
|
+
"netmask_enp0s3": "255.255.255.0",
|
26
|
+
"ipaddress_lo": "127.0.0.1",
|
27
|
+
"netmask_lo": "255.0.0.0",
|
28
|
+
"ipaddress": "10.0.2.15",
|
29
|
+
"kernelmajversion": "4.2",
|
30
|
+
"kernelrelease": "4.2.3-300.fc23.x86_64",
|
31
|
+
"kernelversion": "4.2.3",
|
32
|
+
"boardmanufacturer": "Oracle Corporation",
|
33
|
+
"boardproductname": "VirtualBox",
|
34
|
+
"boardserialnumber": "0",
|
35
|
+
"bios_vendor": "innotek GmbH",
|
36
|
+
"bios_version": "VirtualBox",
|
37
|
+
"bios_release_date": "12/01/2006",
|
38
|
+
"manufacturer": "innotek GmbH",
|
39
|
+
"productname": "VirtualBox",
|
40
|
+
"serialnumber": "0",
|
41
|
+
"uuid": "4433CD38-F72D-4DE6-A43E-DF3A1274C5E0",
|
42
|
+
"type": "Other",
|
43
|
+
"memorysize": "489.43 MB",
|
44
|
+
"memoryfree": "351.52 MB",
|
45
|
+
"swapsize": "1024.00 MB",
|
46
|
+
"swapfree": "1023.38 MB",
|
47
|
+
"swapsize_mb": "1024.00",
|
48
|
+
"swapfree_mb": "1023.38",
|
49
|
+
"memorysize_mb": "489.43",
|
50
|
+
"memoryfree_mb": "351.52",
|
51
|
+
"memorytotal": "489.43 MB",
|
52
|
+
"netmask": "255.255.255.0",
|
53
|
+
"network_enp0s3": "10.0.2.0",
|
54
|
+
"network_lo": "127.0.0.0",
|
55
|
+
"operatingsystemmajrelease": "23",
|
56
|
+
"operatingsystemrelease": "23",
|
57
|
+
"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",
|
58
|
+
"physicalprocessorcount": 1,
|
59
|
+
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
60
|
+
"processorcount": "1",
|
61
|
+
"ps": "ps -ef",
|
62
|
+
"puppetversion": "4.6.0",
|
63
|
+
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
|
64
|
+
"rubyversion": "2.1.9",
|
65
|
+
"selinux": "false",
|
66
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC7qli5kDIMmEY6kwAXrr2GHcJ2BYEo0PhZX3lVZeNtx2Zg7DUYFr7+yISXAZ/UGC0RtTj672j7/y6PGiv27RJc0UnyWwEvoPBABKlm3PYY+26OV9n9XDr5UD7V81p1I8YuWCL4PWZ0hJW6+chz+xyltDJPe9+yoSespvkhq/K/7GBRm4m2k50R4kvKoOrVcItzvQtQ8VwZqyF1x5i+QMvumCMI/k/xqTbCH5dVUf8fwHFIPedxjA5lYorGBaE8so4N/+H6S2aaxThVKj+KA7rxvDMkyvcsk6snJ+Vq7btJ5kUZU0lAVo53+Ojhj7BmtiOBfJBCUE3z0OQl0174Ggkh",
|
67
|
+
"sshfp_rsa": "SSHFP 1 1 fbac4241e2d76fe20ae37f22bb8d57318ad94e40\nSSHFP 1 2 477b246d408c616e057c5a17bdfb58e30d200ccac73feff09409ec1cdb7bd465",
|
68
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmnIDwGdMBN/59QQYK5RwOGRfUW7/sAMlI0N0axak1SE6jttiPs+c59Bz/SKogzVSakC8loPbw1d1SC8e4Id2I=",
|
69
|
+
"sshfp_ecdsa": "SSHFP 3 1 87dc8c3ad94dd5256e099e7c0c65c80330d350c8\nSSHFP 3 2 4cfa774983c6c771e39be7cd7d71306310f14ee670c1590132db9938e41006c8",
|
70
|
+
"timezone": "UTC",
|
71
|
+
"uniqueid": "007f0100",
|
72
|
+
"uptime": "0:00 hours",
|
73
|
+
"uptime_days": 0,
|
74
|
+
"uptime_hours": 0,
|
75
|
+
"uptime_seconds": 33,
|
76
|
+
"virtual": "kvm",
|
77
|
+
"is_virtual": "true",
|
78
|
+
"haveged_startup_provider": "systemd",
|
79
|
+
"openldap_arch": "i386",
|
80
|
+
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
|
81
|
+
"acpid_enabled": false,
|
82
|
+
"defaultgateway": "10.0.2.2",
|
83
|
+
"defaultgatewayiface": "enp0s3",
|
84
|
+
"fips_enabled": false,
|
85
|
+
"fullrun": "false",
|
86
|
+
"grub_version": "2.02~beta2",
|
87
|
+
"has_clustering": false,
|
88
|
+
"init_systems": [
|
89
|
+
"rc",
|
90
|
+
"systemd",
|
91
|
+
"sysv"
|
92
|
+
],
|
93
|
+
"runlevel": "3",
|
94
|
+
"shmall": "18446744073692774399",
|
95
|
+
"tmp_mount_tmp": "rw",
|
96
|
+
"tmp_mount_path_tmp": "tmpfs",
|
97
|
+
"tmp_mount_fstype_tmp": "tmpfs",
|
98
|
+
"tmp_mount_dev_shm": "rw,nosuid,nodev",
|
99
|
+
"tmp_mount_path_dev_shm": "tmpfs",
|
100
|
+
"tmp_mount_fstype_dev_shm": "tmpfs",
|
101
|
+
"uid_min": "1000",
|
102
|
+
"is_pe": false,
|
103
|
+
"puppet_vardir": "/var/lib/puppet",
|
104
|
+
"root_home": "/root",
|
105
|
+
"has_tpm": false
|
106
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 1.7.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
|
"architecture": "x86_64",
|
5
5
|
"augeasversion": "1.4.0",
|
6
6
|
"kernel": "Linux",
|
@@ -43,16 +43,16 @@
|
|
43
43
|
"manufacturer": "innotek GmbH",
|
44
44
|
"productname": "VirtualBox",
|
45
45
|
"serialnumber": "0",
|
46
|
-
"uuid": "
|
46
|
+
"uuid": "F89697F3-888D-43A0-A474-916C6A406A5C",
|
47
47
|
"type": "Other",
|
48
48
|
"memorysize": "1.83 GB",
|
49
|
-
"memoryfree": "1.
|
49
|
+
"memoryfree": "1.72 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": "
|
55
|
+
"memoryfree_mb": "1760.42",
|
56
56
|
"memorytotal": "1.83 GB",
|
57
57
|
"netmask": "255.255.255.0",
|
58
58
|
"network_eth0": "10.0.2.0",
|
@@ -64,9 +64,9 @@
|
|
64
64
|
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
65
65
|
"processorcount": "1",
|
66
66
|
"ps": "ps -ef",
|
67
|
-
"puppetversion": "
|
67
|
+
"puppetversion": "4.6.0",
|
68
68
|
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
|
69
|
-
"rubyversion": "2.1.
|
69
|
+
"rubyversion": "2.1.9",
|
70
70
|
"selinux": "false",
|
71
71
|
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAMJzRC1Dam9XK/uinH37BE09gJ6Jdcjdk1S4INQ4QOm4TqKO3j6glXZWGNikEG/mUzLIU8UOZBYddD4uRNLvOYUtUnHMzRn6teQflK9CNROt4EsuZ6BWS4LJIc4rxXwMnl/sdIXA3y3fWJXts5ju506/B0E+om1OZmF2HECVdyV5AAAAFQCFfk4wYSRwajtOsdVnnwbsBfmySQAAAIBfIIKqK2Uyscs9s5+dVM11FlhSD0jKt3PlaedePz8xXP4YpgvaqlL+vWkqAJe/wNrbRGHE8IoFRb6g4oSoSjqTo671fM6jPge5ceia5MqaTwSUi2/jULK8j2nPuj01lpMgZRSo5+1f3KekhMUKQNoA/BRrqdn5KLC2RaLTy3h0WQAAAIEAo0kyGMbkEBcPQibgfOJTuJFZ8l2590C0uSAu+EUOD0FafiurpgVyjUVCkviO0o9CMLqyuz1fLy6WhSl93GquVzNLGFZgJdqtFQjXPcdrLG+CA8D8WwLNqlHeq2FoBU6Ziqc/PS9UnwwLevNvz6RQLDO1e3A7KGF79TQH/PzNom4=",
|
72
72
|
"sshfp_dsa": "SSHFP 2 1 6b3b4f61ce5589131af398bd375d3c3648b0acca\nSSHFP 2 2 756f3d89fd3eba29d9d2e6945985f643fd150195f9ecc485e4bb4f21ea2643f7",
|
@@ -74,12 +74,13 @@
|
|
74
74
|
"sshfp_rsa": "SSHFP 1 1 da5db57b9a35167ded726929889a678802e29c14\nSSHFP 1 2 e66cf0d1c6c52f9bf2841cc33ae439b886d61985604d2de0ad25bc1288c99bf5",
|
75
75
|
"timezone": "EDT",
|
76
76
|
"uniqueid": "007f0100",
|
77
|
-
"uptime": "0:
|
77
|
+
"uptime": "0:00 hours",
|
78
78
|
"uptime_days": 0,
|
79
79
|
"uptime_hours": 0,
|
80
|
-
"uptime_seconds":
|
80
|
+
"uptime_seconds": 24,
|
81
81
|
"virtual": "kvm",
|
82
82
|
"is_virtual": "true",
|
83
|
+
"haveged_startup_provider": "init",
|
83
84
|
"openldap_arch": "i386",
|
84
85
|
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
|
85
86
|
"acpid_enabled": true,
|
@@ -103,6 +104,5 @@
|
|
103
104
|
"is_pe": false,
|
104
105
|
"puppet_vardir": "/var/lib/puppet",
|
105
106
|
"root_home": "/root",
|
106
|
-
"has_tpm": false
|
107
|
-
"gdm_version": "0.0.0"
|
107
|
+
"has_tpm": false
|
108
108
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 2.0.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",
|
@@ -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": "
|
33
|
+
"memoryfree": "379.77 MB",
|
34
34
|
"swapsize": "992.00 MB",
|
35
|
-
"swapfree": "991.
|
35
|
+
"swapfree": "991.94 MB",
|
36
36
|
"swapsize_mb": "992.00",
|
37
|
-
"swapfree_mb": "991.
|
37
|
+
"swapfree_mb": "991.94",
|
38
38
|
"memorysize_mb": "490.39",
|
39
|
-
"memoryfree_mb": "
|
39
|
+
"memoryfree_mb": "379.77",
|
40
40
|
"operatingsystemmajrelease": "6",
|
41
41
|
"netmask": "255.255.255.0",
|
42
42
|
"operatingsystemrelease": "6.6",
|
43
|
-
"uptime_seconds":
|
43
|
+
"uptime_seconds": 112,
|
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": "
|
53
|
+
"uuid": "30A45E9A-E9E5-425D-A5C6-D2FB0332CAA7",
|
54
54
|
"type": "Other",
|
55
55
|
"ipaddress": "10.0.2.15",
|
56
56
|
"selinux": "false",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"virtual": "kvm",
|
62
62
|
"is_virtual": "true",
|
63
63
|
"id": "root",
|
64
|
-
"puppetversion": "
|
64
|
+
"puppetversion": "4.6.0",
|
65
65
|
"domain": "example.com",
|
66
66
|
"interfaces": "eth0,lo",
|
67
67
|
"ipaddress_eth0": "10.0.2.15",
|
@@ -71,14 +71,17 @@
|
|
71
71
|
"ipaddress_lo": "127.0.0.1",
|
72
72
|
"netmask_lo": "255.0.0.0",
|
73
73
|
"mtu_lo": "65536",
|
74
|
-
"rubyversion": "2.1.
|
74
|
+
"rubyversion": "2.1.9",
|
75
75
|
"blockdevice_sda_size": 21474836480,
|
76
76
|
"blockdevice_sda_vendor": "ATA",
|
77
77
|
"blockdevice_sda_model": "VBOX HARDDISK",
|
78
78
|
"blockdevices": "sda",
|
79
|
+
"auditd_version": "2.3.7",
|
79
80
|
"radius_version": "unknown",
|
81
|
+
"haveged_startup_provider": "init",
|
80
82
|
"openldap_arch": "i386",
|
81
83
|
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
|
84
|
+
"gdm_version": "2.30.4",
|
82
85
|
"reboot_required": false,
|
83
86
|
"cmdline": {
|
84
87
|
"ro": null,
|
@@ -122,7 +125,7 @@
|
|
122
125
|
"model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
123
126
|
"stepping": "4",
|
124
127
|
"microcode": "25",
|
125
|
-
"cpu_MHz": "
|
128
|
+
"cpu_MHz": "3178.028",
|
126
129
|
"cache_size": "4096 KB",
|
127
130
|
"physical_id": "0",
|
128
131
|
"siblings": "1",
|
@@ -186,16 +189,16 @@
|
|
186
189
|
"3dnowprefetch",
|
187
190
|
"rdseed"
|
188
191
|
],
|
189
|
-
"bogomips": "
|
192
|
+
"bogomips": "6356.05",
|
190
193
|
"clflush_size": "64",
|
191
194
|
"cache_alignment": "64",
|
192
195
|
"address_sizes": "39 bits physical, 48 bits virtual",
|
193
196
|
"power_management": "power management"
|
194
197
|
}
|
195
198
|
},
|
199
|
+
"openssh_version": "5.3",
|
196
200
|
"root_home": "/root",
|
197
201
|
"puppet_vardir": "/var/lib/puppet",
|
198
202
|
"is_pe": false,
|
199
|
-
"has_tpm": false
|
200
|
-
"gdm_version": "0.0.0"
|
203
|
+
"has_tpm": false
|
201
204
|
}
|
@@ -1,8 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 2.0.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
|
"architecture": "x86_64",
|
5
|
-
"augeasversion": "1.4.0",
|
6
5
|
"kernel": "Linux",
|
7
6
|
"blockdevice_sda_size": 21474836480,
|
8
7
|
"blockdevice_sda_vendor": "ATA",
|
@@ -38,29 +37,29 @@
|
|
38
37
|
"manufacturer": "innotek GmbH",
|
39
38
|
"productname": "VirtualBox",
|
40
39
|
"serialnumber": "0",
|
41
|
-
"uuid": "
|
40
|
+
"uuid": "B9B23060-244C-416E-8C57-0B161234CE92",
|
42
41
|
"type": "Other",
|
43
42
|
"memorysize": "490.41 MB",
|
44
|
-
"memoryfree": "
|
43
|
+
"memoryfree": "325.57 MB",
|
45
44
|
"swapsize": "1.03 GB",
|
46
45
|
"swapfree": "1.03 GB",
|
47
46
|
"swapsize_mb": "1056.00",
|
48
47
|
"swapfree_mb": "1055.99",
|
49
48
|
"memorysize_mb": "490.41",
|
50
|
-
"memoryfree_mb": "
|
49
|
+
"memoryfree_mb": "325.57",
|
51
50
|
"netmask": "255.255.255.0",
|
52
51
|
"network_enp0s3": "10.0.2.0",
|
53
52
|
"network_lo": "127.0.0.0",
|
54
53
|
"operatingsystemmajrelease": "7",
|
55
54
|
"operatingsystemrelease": "7.0.1406",
|
56
|
-
"path": "/home/vagrant/vendor/bundler/ruby/
|
55
|
+
"path": "/home/vagrant/vendor/bundler/ruby/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
57
56
|
"physicalprocessorcount": "1",
|
58
57
|
"processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
59
58
|
"processorcount": "1",
|
60
59
|
"ps": "ps -ef",
|
61
60
|
"puppetversion": "3.8.7",
|
62
|
-
"rubysitedir": "/
|
63
|
-
"rubyversion": "2.
|
61
|
+
"rubysitedir": "/usr/local/share/ruby/site_ruby/",
|
62
|
+
"rubyversion": "2.0.0",
|
64
63
|
"selinux": "false",
|
65
64
|
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDLMo35gwbuqQvRq1gy6L8vddeyMNBYr5WPVcftMKSJR1jmwzxcZ+h0AEb3KPfoMHkqe9Xy+3oN981qe5ZCE780HO884AaXzXry9zdWQjGysrI+zHQbqbpOkYAGsVbJiQ7VnH7lMVZo2jCbABj4OdsbeCOeP3oDXTNCTaWWdQChzqvYgNBvb0mg/na1l0naQ1nsJYD85O8ZRQ9U/JOADMaOjummfOb2z7MgskZ9abm5eFCCQl+wUUNXKqQx+uyVM4lyyoTHpW3M2IV0P9wxhWJF6eovwyREGuMgJCs6kbHCFty7HtAYbzziabgQav8pMe68aBqjshbpU6ll/+aXWhD1",
|
66
65
|
"sshfp_rsa": "SSHFP 1 1 f25e9ad2faddbe75263cfee4fa97dc965bc1d581\nSSHFP 1 2 0173e386031a134e4cbfb7f6971788761a5aa3d9e39dafcf163f003de2537199",
|
@@ -71,12 +70,14 @@
|
|
71
70
|
"uptime": "0:01 hours",
|
72
71
|
"uptime_days": 0,
|
73
72
|
"uptime_hours": 0,
|
74
|
-
"uptime_seconds":
|
73
|
+
"uptime_seconds": 104,
|
75
74
|
"virtual": "virtualbox",
|
76
75
|
"is_virtual": "true",
|
76
|
+
"auditd_version": "2.4.1",
|
77
77
|
"radius_version": "unknown",
|
78
|
+
"haveged_startup_provider": "systemd",
|
78
79
|
"openldap_arch": "i386",
|
79
|
-
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/
|
80
|
+
"puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/gems/puppet-3.8.7/lib/puppet",
|
80
81
|
"reboot_required": false,
|
81
82
|
"cmdline": {
|
82
83
|
"BOOT_IMAGE": "/vmlinuz-3.10.0-123.el7.x86_64",
|
@@ -118,7 +119,7 @@
|
|
118
119
|
"model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
|
119
120
|
"stepping": "4",
|
120
121
|
"microcode": "0x19",
|
121
|
-
"cpu_MHz": "
|
122
|
+
"cpu_MHz": "3174.982",
|
122
123
|
"cache_size": "4096 KB",
|
123
124
|
"physical_id": "0",
|
124
125
|
"siblings": "1",
|
@@ -180,16 +181,16 @@
|
|
180
181
|
"3dnowprefetch",
|
181
182
|
"rdseed"
|
182
183
|
],
|
183
|
-
"bogomips": "
|
184
|
+
"bogomips": "6349.96",
|
184
185
|
"clflush_size": "64",
|
185
186
|
"cache_alignment": "64",
|
186
187
|
"address_sizes": "39 bits physical, 48 bits virtual",
|
187
188
|
"power_management": "power management"
|
188
189
|
}
|
189
190
|
},
|
191
|
+
"openssh_version": "6.4",
|
190
192
|
"root_home": "/root",
|
191
193
|
"puppet_vardir": "/var/lib/puppet",
|
192
194
|
"is_pe": false,
|
193
|
-
"has_tpm": false
|
194
|
-
"gdm_version": "0.0.0"
|
195
|
+
"has_tpm": false
|
195
196
|
}
|