facter 1.7.5 → 1.7.6
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of facter might be problematic. Click here for more details.
- data/bin/facter +4 -0
- data/ext/build_defaults.yaml +2 -2
- data/lib/facter/version.rb +1 -1
- metadata +446 -444
- checksums.yaml +0 -7
data/bin/facter
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
+
# For security reasons, ensure that '.' is not on the load path
|
4
|
+
# This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path
|
5
|
+
$LOAD_PATH.delete '.'
|
6
|
+
|
3
7
|
# Bundler and rubygems maintain a set of directories from which to
|
4
8
|
# load gems. If Bundler is loaded, let it determine what can be
|
5
9
|
# loaded. If it's not loaded, then use rubygems. But do this before
|
data/ext/build_defaults.yaml
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
packaging_url: 'git://github.com/puppetlabs/packaging.git --branch=master'
|
3
3
|
packaging_repo: 'packaging'
|
4
4
|
default_cow: 'base-squeeze-i386.cow'
|
5
|
-
cows: 'base-lucid-i386.cow base-lucid-amd64.cow base-precise-i386.cow base-precise-amd64.cow base-quantal-i386.cow base-quantal-amd64.cow base-
|
5
|
+
cows: 'base-lucid-i386.cow base-lucid-amd64.cow base-precise-i386.cow base-precise-amd64.cow base-quantal-i386.cow base-quantal-amd64.cow base-saucy-i386.cow base-saucy-amd64.cow base-squeeze-i386.cow base-squeeze-amd64.cow base-stable-i386.cow base-stable-amd64.cow base-testing-i386.cow base-testing-amd64.cow base-wheezy-i386.cow base-wheezy-amd64.cow'
|
6
6
|
pbuild_conf: '/etc/pbuilderrc'
|
7
7
|
packager: 'puppetlabs'
|
8
8
|
gpg_name: 'info@puppetlabs.com'
|
9
9
|
gpg_key: '4BD6EC30'
|
10
10
|
sign_tar: FALSE
|
11
11
|
# a space separated list of mock configs
|
12
|
-
final_mocks: 'pl-el-5-i386 pl-el-5-x86_64 pl-el-6-i386 pl-el-6-x86_64 pl-el-7-x86_64 pl-fedora-
|
12
|
+
final_mocks: 'pl-el-5-i386 pl-el-5-x86_64 pl-el-6-i386 pl-el-6-x86_64 pl-el-7-x86_64 pl-fedora-19-i386 pl-fedora-19-x86_64 pl-fedora-20-i386 pl-fedora-20-x86_64'
|
13
13
|
yum_host: 'yum.puppetlabs.com'
|
14
14
|
yum_repo_path: '/opt/repository/yum/'
|
15
15
|
build_gem: TRUE
|
data/lib/facter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.6
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Puppet Labs
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-
|
12
|
+
date: 2014-06-13 00:00:00.000000000 Z
|
12
13
|
dependencies: []
|
13
14
|
description: You can prove anything with facts!
|
14
15
|
email: info@puppetlabs.com
|
@@ -17,623 +18,624 @@ executables:
|
|
17
18
|
extensions: []
|
18
19
|
extra_rdoc_files: []
|
19
20
|
files:
|
20
|
-
-
|
21
|
+
- Rakefile
|
21
22
|
- Gemfile
|
22
23
|
- LICENSE
|
24
|
+
- CONTRIBUTING.md
|
23
25
|
- README.md
|
24
|
-
- Rakefile
|
25
26
|
- install.rb
|
26
27
|
- bin/facter
|
27
28
|
- etc/facter.conf
|
28
|
-
- ext/build_defaults.yaml
|
29
|
-
- ext/debian/changelog.erb
|
30
|
-
- ext/debian/compat
|
31
|
-
- ext/debian/control
|
32
29
|
- ext/debian/copyright
|
33
30
|
- ext/debian/docs
|
31
|
+
- ext/debian/changelog.erb
|
32
|
+
- ext/debian/compat
|
34
33
|
- ext/debian/lintian-overrides
|
35
|
-
- ext/debian/rules
|
36
34
|
- ext/debian/source/format
|
37
|
-
- ext/
|
38
|
-
- ext/
|
35
|
+
- ext/debian/control
|
36
|
+
- ext/debian/rules
|
37
|
+
- ext/redhat/facter.spec.erb
|
39
38
|
- ext/ips/rules
|
40
39
|
- ext/ips/transforms
|
40
|
+
- ext/ips/facter.p5m.erb
|
41
|
+
- ext/solaris/pkginfo
|
42
|
+
- ext/project_data.yaml
|
43
|
+
- ext/osx/prototype.plist.erb
|
41
44
|
- ext/osx/file_mapping.yaml
|
42
45
|
- ext/osx/preflight.erb
|
43
|
-
- ext/
|
44
|
-
- ext/
|
45
|
-
- ext/redhat/facter.spec.erb
|
46
|
-
- ext/solaris/pkginfo
|
46
|
+
- ext/facter-diff
|
47
|
+
- ext/build_defaults.yaml
|
47
48
|
- lib/facter.rb
|
48
|
-
- lib/facter/
|
49
|
-
- lib/facter/
|
50
|
-
- lib/facter/
|
51
|
-
- lib/facter/
|
52
|
-
- lib/facter/blockdevices.rb
|
49
|
+
- lib/facter/timezone.rb
|
50
|
+
- lib/facter/uniqueid.rb
|
51
|
+
- lib/facter/lsbdistid.rb
|
52
|
+
- lib/facter/interfaces.rb
|
53
53
|
- lib/facter/domain.rb
|
54
|
+
- lib/facter/rubysitedir.rb
|
55
|
+
- lib/facter/ssh.rb
|
54
56
|
- lib/facter/ec2.rb
|
57
|
+
- lib/facter/virtual.rb
|
58
|
+
- lib/facter/kernelversion.rb
|
59
|
+
- lib/facter/xendomains.rb
|
55
60
|
- lib/facter/facterversion.rb
|
56
|
-
- lib/facter/
|
61
|
+
- lib/facter/operatingsystem.rb
|
62
|
+
- lib/facter/lsbdistrelease.rb
|
57
63
|
- lib/facter/fqdn.rb
|
58
|
-
- lib/facter/
|
59
|
-
- lib/facter/
|
60
|
-
- lib/facter/
|
61
|
-
- lib/facter/
|
62
|
-
- lib/facter/
|
64
|
+
- lib/facter/operatingsystemmajrelease.rb
|
65
|
+
- lib/facter/rubyversion.rb
|
66
|
+
- lib/facter/memory.rb
|
67
|
+
- lib/facter/zones.rb
|
68
|
+
- lib/facter/uptime_hours.rb
|
63
69
|
- lib/facter/ipaddress.rb
|
64
|
-
- lib/facter/ipaddress6.rb
|
65
|
-
- lib/facter/iphostnumber.rb
|
66
|
-
- lib/facter/kernel.rb
|
67
|
-
- lib/facter/kernelmajversion.rb
|
68
|
-
- lib/facter/kernelrelease.rb
|
69
|
-
- lib/facter/kernelversion.rb
|
70
|
-
- lib/facter/ldom.rb
|
71
|
-
- lib/facter/lsbdistcodename.rb
|
72
|
-
- lib/facter/lsbdistdescription.rb
|
73
|
-
- lib/facter/lsbdistid.rb
|
74
|
-
- lib/facter/lsbdistrelease.rb
|
75
|
-
- lib/facter/lsbmajdistrelease.rb
|
76
|
-
- lib/facter/lsbrelease.rb
|
77
|
-
- lib/facter/macaddress.rb
|
78
|
-
- lib/facter/macosx.rb
|
79
70
|
- lib/facter/manufacturer.rb
|
80
|
-
- lib/facter/memory.rb
|
81
71
|
- lib/facter/netmask.rb
|
82
72
|
- lib/facter/network.rb
|
83
|
-
- lib/facter/
|
84
|
-
- lib/facter/
|
85
|
-
- lib/facter/
|
86
|
-
- lib/facter/
|
87
|
-
- lib/facter/
|
88
|
-
- lib/facter/physicalprocessorcount.rb
|
89
|
-
- lib/facter/processor.rb
|
73
|
+
- lib/facter/hostname.rb
|
74
|
+
- lib/facter/kernel.rb
|
75
|
+
- lib/facter/ipaddress6.rb
|
76
|
+
- lib/facter/augeasversion.rb
|
77
|
+
- lib/facter/macosx.rb
|
90
78
|
- lib/facter/ps.rb
|
91
|
-
- lib/facter/puppetversion.rb
|
92
|
-
- lib/facter/rubysitedir.rb
|
93
|
-
- lib/facter/rubyversion.rb
|
94
|
-
- lib/facter/selinux.rb
|
95
|
-
- lib/facter/ssh.rb
|
96
|
-
- lib/facter/timezone.rb
|
97
|
-
- lib/facter/uniqueid.rb
|
98
79
|
- lib/facter/uptime.rb
|
99
|
-
- lib/facter/
|
100
|
-
- lib/facter/
|
101
|
-
- lib/facter/
|
102
|
-
- lib/facter/
|
80
|
+
- lib/facter/iphostnumber.rb
|
81
|
+
- lib/facter/zfs_version.rb
|
82
|
+
- lib/facter/zonename.rb
|
83
|
+
- lib/facter/version.rb
|
84
|
+
- lib/facter/hardwaremodel.rb
|
85
|
+
- lib/facter/hardwareisa.rb
|
86
|
+
- lib/facter/path.rb
|
87
|
+
- lib/facter/lsbrelease.rb
|
88
|
+
- lib/facter/vlans.rb
|
89
|
+
- lib/facter/processor.rb
|
90
|
+
- lib/facter/operatingsystemrelease.rb
|
91
|
+
- lib/facter/osfamily.rb
|
92
|
+
- lib/facter/blockdevices.rb
|
93
|
+
- lib/facter/Cfkey.rb
|
94
|
+
- lib/facter/util/loader.rb
|
95
|
+
- lib/facter/util/ec2.rb
|
96
|
+
- lib/facter/util/virtual.rb
|
97
|
+
- lib/facter/util/xendomains.rb
|
103
98
|
- lib/facter/util/cfpropertylist.rb
|
104
|
-
- lib/facter/util/
|
105
|
-
- lib/facter/util/
|
106
|
-
- lib/facter/util/
|
99
|
+
- lib/facter/util/memory.rb
|
100
|
+
- lib/facter/util/unix_root.rb
|
101
|
+
- lib/facter/util/directory_loader.rb
|
102
|
+
- lib/facter/util/values.rb
|
103
|
+
- lib/facter/util/manufacturer.rb
|
104
|
+
- lib/facter/util/netmask.rb
|
105
|
+
- lib/facter/util/ip/windows.rb
|
106
|
+
- lib/facter/util/parser.rb
|
107
|
+
- lib/facter/util/nothing_loader.rb
|
108
|
+
- lib/facter/util/macosx.rb
|
109
|
+
- lib/facter/util/uptime.rb
|
110
|
+
- lib/facter/util/vlans.rb
|
111
|
+
- lib/facter/util/processor.rb
|
112
|
+
- lib/facter/util/config.rb
|
113
|
+
- lib/facter/util/plist/parser.rb
|
114
|
+
- lib/facter/util/plist/generator.rb
|
115
|
+
- lib/facter/util/confine.rb
|
116
|
+
- lib/facter/util/monkey_patches.rb
|
117
|
+
- lib/facter/util/macaddress.rb
|
118
|
+
- lib/facter/util/ip.rb
|
107
119
|
- lib/facter/util/cfpropertylist/THANKS
|
108
120
|
- lib/facter/util/cfpropertylist/lib/cfpropertylist.rb
|
109
|
-
- lib/facter/util/cfpropertylist/lib/
|
121
|
+
- lib/facter/util/cfpropertylist/lib/rbREXMLParser.rb
|
122
|
+
- lib/facter/util/cfpropertylist/lib/rbNokogiriParser.rb
|
123
|
+
- lib/facter/util/cfpropertylist/lib/rbLibXMLParser.rb
|
110
124
|
- lib/facter/util/cfpropertylist/lib/rbCFPlistError.rb
|
111
|
-
- lib/facter/util/cfpropertylist/lib/rbCFPropertyList.rb
|
112
125
|
- lib/facter/util/cfpropertylist/lib/rbCFTypes.rb
|
113
|
-
- lib/facter/util/cfpropertylist/lib/
|
114
|
-
- lib/facter/util/cfpropertylist/lib/
|
115
|
-
- lib/facter/util/cfpropertylist/
|
126
|
+
- lib/facter/util/cfpropertylist/lib/rbCFPropertyList.rb
|
127
|
+
- lib/facter/util/cfpropertylist/lib/rbBinaryCFPropertyList.rb
|
128
|
+
- lib/facter/util/cfpropertylist/Rakefile
|
129
|
+
- lib/facter/util/cfpropertylist/README
|
130
|
+
- lib/facter/util/cfpropertylist/LICENSE
|
116
131
|
- lib/facter/util/collection.rb
|
132
|
+
- lib/facter/util/solaris_zones.rb
|
133
|
+
- lib/facter/util/architecture.rb
|
134
|
+
- lib/facter/util/registry.rb
|
135
|
+
- lib/facter/util/wmi.rb
|
117
136
|
- lib/facter/util/composite_loader.rb
|
118
|
-
- lib/facter/util/
|
119
|
-
- lib/facter/util/confine.rb
|
120
|
-
- lib/facter/util/directory_loader.rb
|
121
|
-
- lib/facter/util/ec2.rb
|
122
|
-
- lib/facter/util/fact.rb
|
123
|
-
- lib/facter/util/file_read.rb
|
124
|
-
- lib/facter/util/ip.rb
|
125
|
-
- lib/facter/util/ip/windows.rb
|
126
|
-
- lib/facter/util/loader.rb
|
127
|
-
- lib/facter/util/macaddress.rb
|
128
|
-
- lib/facter/util/macosx.rb
|
129
|
-
- lib/facter/util/manufacturer.rb
|
130
|
-
- lib/facter/util/memory.rb
|
131
|
-
- lib/facter/util/monkey_patches.rb
|
132
|
-
- lib/facter/util/netmask.rb
|
133
|
-
- lib/facter/util/nothing_loader.rb
|
134
|
-
- lib/facter/util/parser.rb
|
137
|
+
- lib/facter/util/windows_root.rb
|
135
138
|
- lib/facter/util/plist.rb
|
136
|
-
- lib/facter/util/
|
137
|
-
- lib/facter/util/plist/parser.rb
|
138
|
-
- lib/facter/util/processor.rb
|
139
|
-
- lib/facter/util/registry.rb
|
139
|
+
- lib/facter/util/file_read.rb
|
140
140
|
- lib/facter/util/resolution.rb
|
141
|
-
- lib/facter/util/
|
142
|
-
- lib/facter/
|
143
|
-
- lib/facter/
|
144
|
-
- lib/facter/
|
145
|
-
- lib/facter/
|
146
|
-
- lib/facter/
|
147
|
-
- lib/facter/
|
148
|
-
- lib/facter/
|
149
|
-
- lib/facter/
|
150
|
-
- lib/facter/
|
151
|
-
- lib/facter/
|
152
|
-
- lib/facter/
|
153
|
-
- lib/facter/
|
154
|
-
- lib/facter/
|
155
|
-
- lib/facter/
|
156
|
-
- lib/facter/
|
141
|
+
- lib/facter/util/fact.rb
|
142
|
+
- lib/facter/uptime_days.rb
|
143
|
+
- lib/facter/selinux.rb
|
144
|
+
- lib/facter/macaddress.rb
|
145
|
+
- lib/facter/kernelmajversion.rb
|
146
|
+
- lib/facter/filesystems.rb
|
147
|
+
- lib/facter/id.rb
|
148
|
+
- lib/facter/lsbmajdistrelease.rb
|
149
|
+
- lib/facter/architecture.rb
|
150
|
+
- lib/facter/puppetversion.rb
|
151
|
+
- lib/facter/lsbdistcodename.rb
|
152
|
+
- lib/facter/uptime_seconds.rb
|
153
|
+
- lib/facter/kernelrelease.rb
|
154
|
+
- lib/facter/application.rb
|
155
|
+
- lib/facter/physicalprocessorcount.rb
|
156
|
+
- lib/facter/ldom.rb
|
157
|
+
- lib/facter/lsbdistdescription.rb
|
157
158
|
- lib/facter/zpool_version.rb
|
158
|
-
- spec/
|
159
|
-
- spec/fixtures/cpuinfo/amd64quad
|
160
|
-
- spec/fixtures/cpuinfo/amd64solo
|
161
|
-
- spec/fixtures/cpuinfo/amd64tri
|
162
|
-
- spec/fixtures/cpuinfo/amd64twentyfour
|
163
|
-
- spec/fixtures/cpuinfo/bbg3-armel
|
164
|
-
- spec/fixtures/cpuinfo/beaglexm-armel
|
165
|
-
- spec/fixtures/cpuinfo/panda-armel
|
166
|
-
- spec/fixtures/cpuinfo/ppc64
|
167
|
-
- spec/fixtures/cpuinfo/sparc
|
168
|
-
- spec/fixtures/hpux/machinfo/hppa-rp4440
|
169
|
-
- spec/fixtures/hpux/machinfo/ia64-rx2620
|
170
|
-
- spec/fixtures/hpux/machinfo/ia64-rx6600
|
171
|
-
- spec/fixtures/hpux/machinfo/ia64-rx8640
|
172
|
-
- spec/fixtures/hpux/machinfo/superdome-server-SD32B
|
173
|
-
- spec/fixtures/hpux/machinfo/superdome2-16s
|
174
|
-
- spec/fixtures/hpux/sched.models
|
175
|
-
- spec/fixtures/hpux/unistd.h
|
176
|
-
- spec/fixtures/ifconfig/bsd_ifconfig_all_with_multiple_interfaces
|
177
|
-
- spec/fixtures/ifconfig/centos_5_5
|
159
|
+
- spec/shared_contexts/platform.rb
|
178
160
|
- spec/fixtures/ifconfig/centos_5_5_eth0
|
179
|
-
- spec/fixtures/ifconfig/darwin_10_3_0
|
180
|
-
- spec/fixtures/ifconfig/darwin_10_3_0_en0
|
181
|
-
- spec/fixtures/ifconfig/darwin_10_6_4
|
182
|
-
- spec/fixtures/ifconfig/darwin_10_6_4_en1
|
183
|
-
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack
|
184
|
-
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack_en1
|
185
161
|
- spec/fixtures/ifconfig/darwin_9_8_0
|
186
|
-
- spec/fixtures/ifconfig/
|
162
|
+
- spec/fixtures/ifconfig/bsd_ifconfig_all_with_multiple_interfaces
|
187
163
|
- spec/fixtures/ifconfig/darwin_ifconfig_all_with_multiple_interfaces
|
164
|
+
- spec/fixtures/ifconfig/ubuntu_7_04_eth0
|
165
|
+
- spec/fixtures/ifconfig/darwin_10_3_0_en0
|
166
|
+
- spec/fixtures/ifconfig/open_solaris_10
|
167
|
+
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack_en1
|
168
|
+
- spec/fixtures/ifconfig/centos_5_5
|
169
|
+
- spec/fixtures/ifconfig/darwin_10_6_4
|
188
170
|
- spec/fixtures/ifconfig/fedora_10
|
189
|
-
- spec/fixtures/ifconfig/
|
171
|
+
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack
|
172
|
+
- spec/fixtures/ifconfig/darwin_10_6_4_en1
|
190
173
|
- spec/fixtures/ifconfig/fedora_13
|
191
|
-
- spec/fixtures/ifconfig/fedora_13_eth0
|
192
|
-
- spec/fixtures/ifconfig/fedora_8
|
193
|
-
- spec/fixtures/ifconfig/fedora_8_eth0
|
194
|
-
- spec/fixtures/ifconfig/freebsd_6_0
|
195
|
-
- spec/fixtures/ifconfig/ifconfig_net_tools_1.60.txt
|
196
174
|
- spec/fixtures/ifconfig/ifconfig_ubuntu_1204.txt
|
175
|
+
- spec/fixtures/ifconfig/fedora_10_eth0
|
176
|
+
- spec/fixtures/ifconfig/darwin_9_8_0_en0
|
177
|
+
- spec/fixtures/ifconfig/ubuntu_7_04
|
197
178
|
- spec/fixtures/ifconfig/linux_ifconfig_all_with_multiple_interfaces
|
179
|
+
- spec/fixtures/ifconfig/darwin_10_3_0
|
180
|
+
- spec/fixtures/ifconfig/freebsd_6_0
|
198
181
|
- spec/fixtures/ifconfig/linux_ifconfig_no_addr
|
199
|
-
- spec/fixtures/ifconfig/linux_ifconfig_no_mac
|
200
182
|
- spec/fixtures/ifconfig/linux_ifconfig_venet
|
201
|
-
- spec/fixtures/ifconfig/
|
183
|
+
- spec/fixtures/ifconfig/fedora_13_eth0
|
184
|
+
- spec/fixtures/ifconfig/fedora_8
|
185
|
+
- spec/fixtures/ifconfig/ifconfig_net_tools_1.60.txt
|
186
|
+
- spec/fixtures/ifconfig/linux_ifconfig_no_mac
|
202
187
|
- spec/fixtures/ifconfig/open_solaris_b132
|
188
|
+
- spec/fixtures/ifconfig/fedora_8_eth0
|
203
189
|
- spec/fixtures/ifconfig/sunos_ifconfig_all_with_multiple_interfaces
|
204
|
-
- spec/fixtures/
|
205
|
-
- spec/fixtures/
|
190
|
+
- spec/fixtures/hpux/unistd.h
|
191
|
+
- spec/fixtures/hpux/sched.models
|
192
|
+
- spec/fixtures/hpux/machinfo/ia64-rx6600
|
193
|
+
- spec/fixtures/hpux/machinfo/ia64-rx8640
|
194
|
+
- spec/fixtures/hpux/machinfo/hppa-rp4440
|
195
|
+
- spec/fixtures/hpux/machinfo/superdome-server-SD32B
|
196
|
+
- spec/fixtures/hpux/machinfo/superdome2-16s
|
197
|
+
- spec/fixtures/hpux/machinfo/ia64-rx2620
|
206
198
|
- spec/fixtures/ldom/ldom_v1
|
199
|
+
- spec/fixtures/netstat/darwin_9_8_0
|
200
|
+
- spec/fixtures/netstat/open_solaris_10
|
207
201
|
- spec/fixtures/netstat/centos_5_5
|
208
|
-
- spec/fixtures/netstat/darwin_10_3_0
|
209
202
|
- spec/fixtures/netstat/darwin_10_6_4
|
210
|
-
- spec/fixtures/netstat/darwin_10_6_6_dualstack
|
211
|
-
- spec/fixtures/netstat/darwin_9_8_0
|
212
203
|
- spec/fixtures/netstat/fedora_10
|
213
|
-
- spec/fixtures/netstat/
|
214
|
-
- spec/fixtures/netstat/open_solaris_b132
|
204
|
+
- spec/fixtures/netstat/darwin_10_6_6_dualstack
|
215
205
|
- spec/fixtures/netstat/ubuntu_7_04
|
216
|
-
- spec/fixtures/
|
217
|
-
- spec/fixtures/
|
218
|
-
- spec/fixtures/processorcount/solaris-x86_64-kstat-cpu-info
|
219
|
-
- spec/fixtures/unit/filesystems/linux
|
220
|
-
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt
|
221
|
-
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.em1
|
206
|
+
- spec/fixtures/netstat/darwin_10_3_0
|
207
|
+
- spec/fixtures/netstat/open_solaris_b132
|
222
208
|
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.lo
|
223
|
-
- spec/fixtures/unit/
|
224
|
-
- spec/fixtures/unit/
|
225
|
-
- spec/fixtures/unit/
|
226
|
-
- spec/fixtures/unit/
|
227
|
-
- spec/fixtures/unit/
|
228
|
-
- spec/fixtures/unit/
|
229
|
-
- spec/fixtures/unit/
|
209
|
+
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.em1
|
210
|
+
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt
|
211
|
+
- spec/fixtures/unit/zfs_version/solaris_10
|
212
|
+
- spec/fixtures/unit/zfs_version/freebsd_8.2
|
213
|
+
- spec/fixtures/unit/zfs_version/freebsd_9.0
|
214
|
+
- spec/fixtures/unit/zfs_version/linux-fuse_0.6.9
|
215
|
+
- spec/fixtures/unit/zfs_version/solaris_11
|
216
|
+
- spec/fixtures/unit/filesystems/linux
|
217
|
+
- spec/fixtures/unit/util/vlans/linux_vlan_config
|
218
|
+
- spec/fixtures/unit/util/uptime/ubuntu_proc_uptime
|
219
|
+
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_openbsd
|
220
|
+
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_darwin
|
221
|
+
- spec/fixtures/unit/util/uptime/kstat_boot_time
|
230
222
|
- spec/fixtures/unit/util/ec2/centos-arp-ec2.out
|
231
|
-
- spec/fixtures/unit/util/ec2/linux-arp-ec2.out
|
232
|
-
- spec/fixtures/unit/util/ec2/linux-arp-not-ec2.out
|
233
|
-
- spec/fixtures/unit/util/ec2/solaris8_arp_a_not_ec2.out
|
234
223
|
- spec/fixtures/unit/util/ec2/windows-2008-arp-a-not-ec2.out
|
235
224
|
- spec/fixtures/unit/util/ec2/windows-2008-arp-a.out
|
236
|
-
- spec/fixtures/unit/util/
|
225
|
+
- spec/fixtures/unit/util/ec2/solaris8_arp_a_not_ec2.out
|
226
|
+
- spec/fixtures/unit/util/ec2/linux-arp-ec2.out
|
227
|
+
- spec/fixtures/unit/util/ec2/linux-arp-not-ec2.out
|
228
|
+
- spec/fixtures/unit/util/ip/linux_2_6_35_proc_net_bonding_bond0
|
229
|
+
- spec/fixtures/unit/util/ip/hpux_1111_netstat_in
|
230
|
+
- spec/fixtures/unit/util/ip/solaris_ifconfig_all_with_multiple_interfaces
|
231
|
+
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lo0
|
232
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4
|
233
|
+
- spec/fixtures/unit/util/ip/hpux_1131_lanscan
|
237
234
|
- spec/fixtures/unit/util/ip/Mac_OS_X_10.5.5_ifconfig
|
235
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_lanscan
|
236
|
+
- spec/fixtures/unit/util/ip/hpux_1131_netstat_in
|
238
237
|
- spec/fixtures/unit/util/ip/darwin_ifconfig_all_with_multiple_interfaces
|
239
|
-
- spec/fixtures/unit/util/ip/
|
238
|
+
- spec/fixtures/unit/util/ip/windows_netsh_single_interface6
|
239
|
+
- spec/fixtures/unit/util/ip/linux_ifconfig_ib0
|
240
240
|
- spec/fixtures/unit/util/ip/debian_kfreebsd_ifconfig
|
241
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lo0
|
242
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_netstat_in
|
243
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan0
|
241
244
|
- spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan0
|
242
|
-
- spec/fixtures/unit/util/ip/
|
245
|
+
- spec/fixtures/unit/util/ip/solaris_ifconfig_single_interface
|
246
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_netstat_in
|
247
|
+
- spec/fixtures/unit/util/ip/6.0-STABLE_FreeBSD_ifconfig
|
243
248
|
- spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lo0
|
249
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lo0
|
250
|
+
- spec/fixtures/unit/util/ip/linux_ifconfig_all_with_single_interface
|
251
|
+
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan1
|
244
252
|
- spec/fixtures/unit/util/ip/hpux_1111_lanscan
|
245
|
-
- spec/fixtures/unit/util/ip/hpux_1111_netstat_in
|
246
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan0
|
247
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan1
|
248
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lo0
|
249
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_lanscan
|
250
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_netstat_in
|
251
253
|
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan0
|
252
|
-
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan1
|
253
|
-
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lo0
|
254
|
-
- spec/fixtures/unit/util/ip/hpux_1131_lanscan
|
255
|
-
- spec/fixtures/unit/util/ip/hpux_1131_netstat_in
|
256
254
|
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan1
|
257
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4
|
258
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4_1
|
259
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lo0
|
260
255
|
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_lanscan
|
261
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_netstat_in
|
262
|
-
- spec/fixtures/unit/util/ip/linux_2_6_35_proc_net_bonding_bond0
|
263
|
-
- spec/fixtures/unit/util/ip/linux_get_single_interface_eth0
|
264
|
-
- spec/fixtures/unit/util/ip/linux_get_single_interface_ib0
|
265
256
|
- spec/fixtures/unit/util/ip/linux_get_single_interface_lo
|
266
|
-
- spec/fixtures/unit/util/ip/
|
267
|
-
- spec/fixtures/unit/util/ip/
|
268
|
-
- spec/fixtures/unit/util/ip/
|
269
|
-
- spec/fixtures/unit/util/ip/
|
257
|
+
- spec/fixtures/unit/util/ip/windows_netsh_single_interface
|
258
|
+
- spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan1
|
259
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4_1
|
260
|
+
- spec/fixtures/unit/util/ip/darwin_ifconfig_single_interface
|
261
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan1
|
262
|
+
- spec/fixtures/unit/util/ip/linux_get_single_interface_ib0
|
263
|
+
- spec/fixtures/unit/util/ip/linux_get_single_interface_eth0
|
270
264
|
- spec/fixtures/unit/util/ip/windows_netsh_all_interfaces
|
271
|
-
- spec/fixtures/unit/util/ip/windows_netsh_single_interface
|
272
|
-
- spec/fixtures/unit/util/ip/windows_netsh_single_interface6
|
273
|
-
- spec/fixtures/unit/util/loader/nosuchfact.rb
|
274
|
-
- spec/fixtures/unit/util/manufacturer/freebsd_dmidecode
|
275
|
-
- spec/fixtures/unit/util/manufacturer/intel_linux_dmidecode
|
276
|
-
- spec/fixtures/unit/util/manufacturer/linux_dmidecode_with_spaces
|
277
|
-
- spec/fixtures/unit/util/manufacturer/opensolaris_smbios
|
278
|
-
- spec/fixtures/unit/util/manufacturer/solaris_sunfire_v120_prtdiag
|
279
|
-
- spec/fixtures/unit/util/manufacturer/solaris_t5220_prtdiag
|
280
265
|
- spec/fixtures/unit/util/processor/solaris-i86pc
|
281
266
|
- spec/fixtures/unit/util/processor/solaris-sun4u
|
282
267
|
- spec/fixtures/unit/util/processor/x86-pentium2
|
283
|
-
- spec/fixtures/unit/util/uptime/kstat_boot_time
|
284
|
-
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_darwin
|
285
|
-
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_openbsd
|
286
|
-
- spec/fixtures/unit/util/uptime/ubuntu_proc_uptime
|
287
|
-
- spec/fixtures/unit/util/virtual/invalid_unicode_dmi_entries
|
288
268
|
- spec/fixtures/unit/util/virtual/solaris10_proc_self_status1
|
289
|
-
- spec/fixtures/unit/util/
|
269
|
+
- spec/fixtures/unit/util/virtual/invalid_unicode_dmi_entries
|
270
|
+
- spec/fixtures/unit/util/manufacturer/opensolaris_smbios
|
271
|
+
- spec/fixtures/unit/util/manufacturer/linux_dmidecode_with_spaces
|
272
|
+
- spec/fixtures/unit/util/manufacturer/intel_linux_dmidecode
|
273
|
+
- spec/fixtures/unit/util/manufacturer/solaris_t5220_prtdiag
|
274
|
+
- spec/fixtures/unit/util/manufacturer/freebsd_dmidecode
|
275
|
+
- spec/fixtures/unit/util/manufacturer/solaris_sunfire_v120_prtdiag
|
276
|
+
- spec/fixtures/unit/util/loader/nosuchfact.rb
|
290
277
|
- spec/fixtures/unit/util/xendomains/xendomains
|
291
278
|
- spec/fixtures/unit/virtual/sysfs_dmi_entries_raw.txt
|
292
|
-
- spec/fixtures/unit/
|
293
|
-
- spec/fixtures/unit/
|
294
|
-
- spec/fixtures/unit/
|
295
|
-
- spec/fixtures/unit/
|
296
|
-
- spec/fixtures/unit/
|
279
|
+
- spec/fixtures/unit/ipaddress/ifconfig_multiple_127_addresses.txt
|
280
|
+
- spec/fixtures/unit/ipaddress/ifconfig_non_english_locale.txt
|
281
|
+
- spec/fixtures/unit/ipaddress/ifconfig_ubuntu_1204.txt
|
282
|
+
- spec/fixtures/unit/ipaddress/ifconfig_net_tools_1.60.txt
|
283
|
+
- spec/fixtures/unit/selinux/selinux_sestatus
|
284
|
+
- spec/fixtures/unit/zpool_version/solaris_10
|
297
285
|
- spec/fixtures/unit/zpool_version/freebsd_8.2
|
298
286
|
- spec/fixtures/unit/zpool_version/freebsd_9.0
|
299
287
|
- spec/fixtures/unit/zpool_version/linux-fuse_0.6.9
|
300
|
-
- spec/fixtures/unit/zpool_version/solaris_10
|
301
288
|
- spec/fixtures/unit/zpool_version/solaris_11
|
302
|
-
- spec/fixtures/
|
303
|
-
- spec/fixtures/
|
304
|
-
- spec/fixtures/
|
289
|
+
- spec/fixtures/unit/netmask/ifconfig_ubuntu_1204.txt
|
290
|
+
- spec/fixtures/unit/netmask/ifconfig_net_tools_1.60.txt
|
291
|
+
- spec/fixtures/processorcount/solaris-sparc-kstat-cpu-info
|
292
|
+
- spec/fixtures/processorcount/solaris-psrinfo
|
293
|
+
- spec/fixtures/processorcount/solaris-x86_64-kstat-cpu-info
|
305
294
|
- spec/fixtures/virtual/proc_self_status/vserver_2_3/host
|
306
|
-
- spec/
|
307
|
-
- spec/
|
308
|
-
- spec/
|
309
|
-
- spec/
|
295
|
+
- spec/fixtures/virtual/proc_self_status/vserver_2_3/guest
|
296
|
+
- spec/fixtures/virtual/proc_self_status/vserver_2_1/host
|
297
|
+
- spec/fixtures/virtual/proc_self_status/vserver_2_1/guest
|
298
|
+
- spec/fixtures/cpuinfo/sparc
|
299
|
+
- spec/fixtures/cpuinfo/beaglexm-armel
|
300
|
+
- spec/fixtures/cpuinfo/amd64tri
|
301
|
+
- spec/fixtures/cpuinfo/ppc64
|
302
|
+
- spec/fixtures/cpuinfo/panda-armel
|
303
|
+
- spec/fixtures/cpuinfo/amd64twentyfour
|
304
|
+
- spec/fixtures/cpuinfo/bbg3-armel
|
305
|
+
- spec/fixtures/cpuinfo/amd64quad
|
306
|
+
- spec/fixtures/cpuinfo/amd64dual
|
307
|
+
- spec/fixtures/cpuinfo/amd64solo
|
310
308
|
- spec/puppetlabs_spec/fixtures.rb
|
311
309
|
- spec/puppetlabs_spec/matchers.rb
|
312
310
|
- spec/puppetlabs_spec/verbose.rb
|
313
|
-
- spec/
|
314
|
-
- spec/
|
315
|
-
- spec/
|
316
|
-
- spec/
|
317
|
-
- spec/unit/
|
318
|
-
- spec/unit/architecture_spec.rb
|
319
|
-
- spec/unit/blockdevices_spec.rb
|
320
|
-
- spec/unit/domain_spec.rb
|
321
|
-
- spec/unit/ec2_spec.rb
|
311
|
+
- spec/puppetlabs_spec/files.rb
|
312
|
+
- spec/lib/facter_spec/cpuinfo.rb
|
313
|
+
- spec/lib/facter_spec/windows_network.rb
|
314
|
+
- spec/unit/operatingsystemrelease_spec.rb
|
315
|
+
- spec/unit/lsbdistid_spec.rb
|
322
316
|
- spec/unit/facter_spec.rb
|
323
|
-
- spec/unit/
|
324
|
-
- spec/unit/hardwareisa_spec.rb
|
325
|
-
- spec/unit/hardwaremodel_spec.rb
|
326
|
-
- spec/unit/hostname_spec.rb
|
327
|
-
- spec/unit/id_spec.rb
|
317
|
+
- spec/unit/ec2_spec.rb
|
328
318
|
- spec/unit/interfaces_spec.rb
|
319
|
+
- spec/unit/blockdevices_spec.rb
|
320
|
+
- spec/unit/lsbdistrelease_spec.rb
|
329
321
|
- spec/unit/ipaddress6_spec.rb
|
330
|
-
- spec/unit/
|
331
|
-
- spec/unit/
|
332
|
-
- spec/unit/
|
322
|
+
- spec/unit/ldom_spec.rb
|
323
|
+
- spec/unit/uniqueid_spec.rb
|
324
|
+
- spec/unit/selinux_spec.rb
|
333
325
|
- spec/unit/kernelrelease_spec.rb
|
334
326
|
- spec/unit/kernelversion_spec.rb
|
335
|
-
- spec/unit/
|
336
|
-
- spec/unit/lsbdistcodename_spec.rb
|
337
|
-
- spec/unit/lsbdistdescription_spec.rb
|
338
|
-
- spec/unit/lsbdistid_spec.rb
|
339
|
-
- spec/unit/lsbdistrelease_spec.rb
|
340
|
-
- spec/unit/lsbmajdistrelease_spec.rb
|
341
|
-
- spec/unit/lsbrelease_spec.rb
|
342
|
-
- spec/unit/macaddress_spec.rb
|
343
|
-
- spec/unit/manufacturer_spec.rb
|
344
|
-
- spec/unit/memory_spec.rb
|
327
|
+
- spec/unit/architecture_spec.rb
|
345
328
|
- spec/unit/netmask_spec.rb
|
346
|
-
- spec/unit/
|
347
|
-
- spec/unit/
|
348
|
-
- spec/unit/
|
349
|
-
- spec/unit/
|
329
|
+
- spec/unit/ssh_spec.rb
|
330
|
+
- spec/unit/id_spec.rb
|
331
|
+
- spec/unit/application_spec.rb
|
332
|
+
- spec/unit/hardwareisa_spec.rb
|
333
|
+
- spec/unit/kernel_spec.rb
|
350
334
|
- spec/unit/processor_spec.rb
|
335
|
+
- spec/unit/lsbmajdistrelease_spec.rb
|
336
|
+
- spec/unit/virtual_spec.rb
|
351
337
|
- spec/unit/ps_spec.rb
|
352
|
-
- spec/unit/
|
353
|
-
- spec/unit/
|
354
|
-
- spec/unit/
|
355
|
-
- spec/unit/
|
356
|
-
- spec/unit/
|
357
|
-
- spec/unit/util/config_spec.rb
|
358
|
-
- spec/unit/util/confine_spec.rb
|
359
|
-
- spec/unit/util/directory_loader_spec.rb
|
338
|
+
- spec/unit/zfs_version_spec.rb
|
339
|
+
- spec/unit/hostname_spec.rb
|
340
|
+
- spec/unit/memory_spec.rb
|
341
|
+
- spec/unit/domain_spec.rb
|
342
|
+
- spec/unit/operatingsystemmajrelease_spec.rb
|
360
343
|
- spec/unit/util/ec2_spec.rb
|
361
|
-
- spec/unit/util/
|
362
|
-
- spec/unit/util/
|
363
|
-
- spec/unit/util/ip/windows_spec.rb
|
344
|
+
- spec/unit/util/wmi_spec.rb
|
345
|
+
- spec/unit/util/parser_spec.rb
|
364
346
|
- spec/unit/util/ip_spec.rb
|
347
|
+
- spec/unit/util/ip/windows_spec.rb
|
348
|
+
- spec/unit/util/solaris_zones_spec.rb
|
349
|
+
- spec/unit/util/directory_loader_spec.rb
|
350
|
+
- spec/unit/util/processor_spec.rb
|
351
|
+
- spec/unit/util/virtual_spec.rb
|
352
|
+
- spec/unit/util/monkey_patches_spec.rb
|
365
353
|
- spec/unit/util/loader_spec.rb
|
366
|
-
- spec/unit/util/
|
367
|
-
- spec/unit/util/
|
354
|
+
- spec/unit/util/confine_spec.rb
|
355
|
+
- spec/unit/util/xendomains_spec.rb
|
356
|
+
- spec/unit/util/config_spec.rb
|
368
357
|
- spec/unit/util/manufacturer_spec.rb
|
369
|
-
- spec/unit/util/
|
370
|
-
- spec/unit/util/parser_spec.rb
|
371
|
-
- spec/unit/util/processor_spec.rb
|
372
|
-
- spec/unit/util/registry_spec.rb
|
373
|
-
- spec/unit/util/resolution_spec.rb
|
374
|
-
- spec/unit/util/solaris_zones_spec.rb
|
358
|
+
- spec/unit/util/file_read_spec.rb
|
375
359
|
- spec/unit/util/uptime_spec.rb
|
376
|
-
- spec/unit/util/
|
360
|
+
- spec/unit/util/registry_spec.rb
|
361
|
+
- spec/unit/util/fact_spec.rb
|
377
362
|
- spec/unit/util/vlans_spec.rb
|
378
|
-
- spec/unit/util/
|
379
|
-
- spec/unit/util/
|
363
|
+
- spec/unit/util/macaddress_spec.rb
|
364
|
+
- spec/unit/util/macosx_spec.rb
|
365
|
+
- spec/unit/util/collection_spec.rb
|
366
|
+
- spec/unit/util/resolution_spec.rb
|
380
367
|
- spec/unit/version_spec.rb
|
381
|
-
- spec/unit/
|
382
|
-
- spec/unit/
|
383
|
-
- spec/unit/
|
368
|
+
- spec/unit/lsbdistcodename_spec.rb
|
369
|
+
- spec/unit/manufacturer_spec.rb
|
370
|
+
- spec/unit/uptime_spec.rb
|
371
|
+
- spec/unit/filesystems_spec.rb
|
372
|
+
- spec/unit/hardwaremodel_spec.rb
|
373
|
+
- spec/unit/ipaddress_spec.rb
|
374
|
+
- spec/unit/kernelmajversion_spec.rb
|
384
375
|
- spec/unit/zones_spec.rb
|
376
|
+
- spec/unit/physicalprocessorcount_spec.rb
|
377
|
+
- spec/unit/lsbrelease_spec.rb
|
378
|
+
- spec/unit/lsbdistdescription_spec.rb
|
379
|
+
- spec/unit/macaddress_spec.rb
|
380
|
+
- spec/unit/operatingsystem_spec.rb
|
385
381
|
- spec/unit/zpool_version_spec.rb
|
382
|
+
- spec/unit/zonename_spec.rb
|
383
|
+
- spec/puppetlabs_spec_helper.rb
|
384
|
+
- spec/integration/facter_spec.rb
|
385
|
+
- spec/spec_helper.rb
|
386
386
|
- spec/watchr.rb
|
387
|
+
- spec/shared_formats/parses.rb
|
387
388
|
homepage: https://github.com/puppetlabs/facter
|
388
389
|
licenses: []
|
389
|
-
metadata: {}
|
390
390
|
post_install_message:
|
391
391
|
rdoc_options: []
|
392
392
|
require_paths:
|
393
393
|
- lib
|
394
394
|
required_ruby_version: !ruby/object:Gem::Requirement
|
395
|
+
none: false
|
395
396
|
requirements:
|
396
|
-
- - '>='
|
397
|
+
- - ! '>='
|
397
398
|
- !ruby/object:Gem::Version
|
398
399
|
version: '0'
|
399
400
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
401
|
+
none: false
|
400
402
|
requirements:
|
401
|
-
- - '>='
|
403
|
+
- - ! '>='
|
402
404
|
- !ruby/object:Gem::Version
|
403
405
|
version: '0'
|
404
406
|
requirements: []
|
405
407
|
rubyforge_project:
|
406
|
-
rubygems_version:
|
408
|
+
rubygems_version: 1.8.23
|
407
409
|
signing_key:
|
408
|
-
specification_version:
|
410
|
+
specification_version: 3
|
409
411
|
summary: Facter, a system inventory tool
|
410
412
|
test_files:
|
411
|
-
- spec/
|
412
|
-
- spec/fixtures/cpuinfo/amd64quad
|
413
|
-
- spec/fixtures/cpuinfo/amd64solo
|
414
|
-
- spec/fixtures/cpuinfo/amd64tri
|
415
|
-
- spec/fixtures/cpuinfo/amd64twentyfour
|
416
|
-
- spec/fixtures/cpuinfo/bbg3-armel
|
417
|
-
- spec/fixtures/cpuinfo/beaglexm-armel
|
418
|
-
- spec/fixtures/cpuinfo/panda-armel
|
419
|
-
- spec/fixtures/cpuinfo/ppc64
|
420
|
-
- spec/fixtures/cpuinfo/sparc
|
421
|
-
- spec/fixtures/hpux/machinfo/hppa-rp4440
|
422
|
-
- spec/fixtures/hpux/machinfo/ia64-rx2620
|
423
|
-
- spec/fixtures/hpux/machinfo/ia64-rx6600
|
424
|
-
- spec/fixtures/hpux/machinfo/ia64-rx8640
|
425
|
-
- spec/fixtures/hpux/machinfo/superdome-server-SD32B
|
426
|
-
- spec/fixtures/hpux/machinfo/superdome2-16s
|
427
|
-
- spec/fixtures/hpux/sched.models
|
428
|
-
- spec/fixtures/hpux/unistd.h
|
429
|
-
- spec/fixtures/ifconfig/bsd_ifconfig_all_with_multiple_interfaces
|
430
|
-
- spec/fixtures/ifconfig/centos_5_5
|
413
|
+
- spec/shared_contexts/platform.rb
|
431
414
|
- spec/fixtures/ifconfig/centos_5_5_eth0
|
432
|
-
- spec/fixtures/ifconfig/darwin_10_3_0
|
433
|
-
- spec/fixtures/ifconfig/darwin_10_3_0_en0
|
434
|
-
- spec/fixtures/ifconfig/darwin_10_6_4
|
435
|
-
- spec/fixtures/ifconfig/darwin_10_6_4_en1
|
436
|
-
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack
|
437
|
-
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack_en1
|
438
415
|
- spec/fixtures/ifconfig/darwin_9_8_0
|
439
|
-
- spec/fixtures/ifconfig/
|
416
|
+
- spec/fixtures/ifconfig/bsd_ifconfig_all_with_multiple_interfaces
|
440
417
|
- spec/fixtures/ifconfig/darwin_ifconfig_all_with_multiple_interfaces
|
418
|
+
- spec/fixtures/ifconfig/ubuntu_7_04_eth0
|
419
|
+
- spec/fixtures/ifconfig/darwin_10_3_0_en0
|
420
|
+
- spec/fixtures/ifconfig/open_solaris_10
|
421
|
+
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack_en1
|
422
|
+
- spec/fixtures/ifconfig/centos_5_5
|
423
|
+
- spec/fixtures/ifconfig/darwin_10_6_4
|
441
424
|
- spec/fixtures/ifconfig/fedora_10
|
442
|
-
- spec/fixtures/ifconfig/
|
425
|
+
- spec/fixtures/ifconfig/darwin_10_6_6_dualstack
|
426
|
+
- spec/fixtures/ifconfig/darwin_10_6_4_en1
|
443
427
|
- spec/fixtures/ifconfig/fedora_13
|
444
|
-
- spec/fixtures/ifconfig/fedora_13_eth0
|
445
|
-
- spec/fixtures/ifconfig/fedora_8
|
446
|
-
- spec/fixtures/ifconfig/fedora_8_eth0
|
447
|
-
- spec/fixtures/ifconfig/freebsd_6_0
|
448
|
-
- spec/fixtures/ifconfig/ifconfig_net_tools_1.60.txt
|
449
428
|
- spec/fixtures/ifconfig/ifconfig_ubuntu_1204.txt
|
429
|
+
- spec/fixtures/ifconfig/fedora_10_eth0
|
430
|
+
- spec/fixtures/ifconfig/darwin_9_8_0_en0
|
431
|
+
- spec/fixtures/ifconfig/ubuntu_7_04
|
450
432
|
- spec/fixtures/ifconfig/linux_ifconfig_all_with_multiple_interfaces
|
433
|
+
- spec/fixtures/ifconfig/darwin_10_3_0
|
434
|
+
- spec/fixtures/ifconfig/freebsd_6_0
|
451
435
|
- spec/fixtures/ifconfig/linux_ifconfig_no_addr
|
452
|
-
- spec/fixtures/ifconfig/linux_ifconfig_no_mac
|
453
436
|
- spec/fixtures/ifconfig/linux_ifconfig_venet
|
454
|
-
- spec/fixtures/ifconfig/
|
437
|
+
- spec/fixtures/ifconfig/fedora_13_eth0
|
438
|
+
- spec/fixtures/ifconfig/fedora_8
|
439
|
+
- spec/fixtures/ifconfig/ifconfig_net_tools_1.60.txt
|
440
|
+
- spec/fixtures/ifconfig/linux_ifconfig_no_mac
|
455
441
|
- spec/fixtures/ifconfig/open_solaris_b132
|
442
|
+
- spec/fixtures/ifconfig/fedora_8_eth0
|
456
443
|
- spec/fixtures/ifconfig/sunos_ifconfig_all_with_multiple_interfaces
|
457
|
-
- spec/fixtures/
|
458
|
-
- spec/fixtures/
|
444
|
+
- spec/fixtures/hpux/unistd.h
|
445
|
+
- spec/fixtures/hpux/sched.models
|
446
|
+
- spec/fixtures/hpux/machinfo/ia64-rx6600
|
447
|
+
- spec/fixtures/hpux/machinfo/ia64-rx8640
|
448
|
+
- spec/fixtures/hpux/machinfo/hppa-rp4440
|
449
|
+
- spec/fixtures/hpux/machinfo/superdome-server-SD32B
|
450
|
+
- spec/fixtures/hpux/machinfo/superdome2-16s
|
451
|
+
- spec/fixtures/hpux/machinfo/ia64-rx2620
|
459
452
|
- spec/fixtures/ldom/ldom_v1
|
460
|
-
- spec/fixtures/netstat/centos_5_5
|
461
|
-
- spec/fixtures/netstat/darwin_10_3_0
|
462
|
-
- spec/fixtures/netstat/darwin_10_6_4
|
463
|
-
- spec/fixtures/netstat/darwin_10_6_6_dualstack
|
464
453
|
- spec/fixtures/netstat/darwin_9_8_0
|
465
|
-
- spec/fixtures/netstat/fedora_10
|
466
454
|
- spec/fixtures/netstat/open_solaris_10
|
467
|
-
- spec/fixtures/netstat/
|
468
|
-
- spec/fixtures/netstat/
|
469
|
-
- spec/fixtures/
|
470
|
-
- spec/fixtures/
|
471
|
-
- spec/fixtures/
|
472
|
-
- spec/fixtures/
|
473
|
-
- spec/fixtures/
|
474
|
-
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.em1
|
455
|
+
- spec/fixtures/netstat/centos_5_5
|
456
|
+
- spec/fixtures/netstat/darwin_10_6_4
|
457
|
+
- spec/fixtures/netstat/fedora_10
|
458
|
+
- spec/fixtures/netstat/darwin_10_6_6_dualstack
|
459
|
+
- spec/fixtures/netstat/ubuntu_7_04
|
460
|
+
- spec/fixtures/netstat/darwin_10_3_0
|
461
|
+
- spec/fixtures/netstat/open_solaris_b132
|
475
462
|
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.lo
|
476
|
-
- spec/fixtures/unit/
|
477
|
-
- spec/fixtures/unit/
|
478
|
-
- spec/fixtures/unit/
|
479
|
-
- spec/fixtures/unit/
|
480
|
-
- spec/fixtures/unit/
|
481
|
-
- spec/fixtures/unit/
|
482
|
-
- spec/fixtures/unit/
|
463
|
+
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt.em1
|
464
|
+
- spec/fixtures/unit/interfaces/ifconfig_net_tools_1.60.txt
|
465
|
+
- spec/fixtures/unit/zfs_version/solaris_10
|
466
|
+
- spec/fixtures/unit/zfs_version/freebsd_8.2
|
467
|
+
- spec/fixtures/unit/zfs_version/freebsd_9.0
|
468
|
+
- spec/fixtures/unit/zfs_version/linux-fuse_0.6.9
|
469
|
+
- spec/fixtures/unit/zfs_version/solaris_11
|
470
|
+
- spec/fixtures/unit/filesystems/linux
|
471
|
+
- spec/fixtures/unit/util/vlans/linux_vlan_config
|
472
|
+
- spec/fixtures/unit/util/uptime/ubuntu_proc_uptime
|
473
|
+
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_openbsd
|
474
|
+
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_darwin
|
475
|
+
- spec/fixtures/unit/util/uptime/kstat_boot_time
|
483
476
|
- spec/fixtures/unit/util/ec2/centos-arp-ec2.out
|
484
|
-
- spec/fixtures/unit/util/ec2/linux-arp-ec2.out
|
485
|
-
- spec/fixtures/unit/util/ec2/linux-arp-not-ec2.out
|
486
|
-
- spec/fixtures/unit/util/ec2/solaris8_arp_a_not_ec2.out
|
487
477
|
- spec/fixtures/unit/util/ec2/windows-2008-arp-a-not-ec2.out
|
488
478
|
- spec/fixtures/unit/util/ec2/windows-2008-arp-a.out
|
489
|
-
- spec/fixtures/unit/util/
|
479
|
+
- spec/fixtures/unit/util/ec2/solaris8_arp_a_not_ec2.out
|
480
|
+
- spec/fixtures/unit/util/ec2/linux-arp-ec2.out
|
481
|
+
- spec/fixtures/unit/util/ec2/linux-arp-not-ec2.out
|
482
|
+
- spec/fixtures/unit/util/ip/linux_2_6_35_proc_net_bonding_bond0
|
483
|
+
- spec/fixtures/unit/util/ip/hpux_1111_netstat_in
|
484
|
+
- spec/fixtures/unit/util/ip/solaris_ifconfig_all_with_multiple_interfaces
|
485
|
+
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lo0
|
486
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4
|
487
|
+
- spec/fixtures/unit/util/ip/hpux_1131_lanscan
|
490
488
|
- spec/fixtures/unit/util/ip/Mac_OS_X_10.5.5_ifconfig
|
489
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_lanscan
|
490
|
+
- spec/fixtures/unit/util/ip/hpux_1131_netstat_in
|
491
491
|
- spec/fixtures/unit/util/ip/darwin_ifconfig_all_with_multiple_interfaces
|
492
|
-
- spec/fixtures/unit/util/ip/
|
492
|
+
- spec/fixtures/unit/util/ip/windows_netsh_single_interface6
|
493
|
+
- spec/fixtures/unit/util/ip/linux_ifconfig_ib0
|
493
494
|
- spec/fixtures/unit/util/ip/debian_kfreebsd_ifconfig
|
495
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lo0
|
496
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_netstat_in
|
497
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan0
|
494
498
|
- spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan0
|
495
|
-
- spec/fixtures/unit/util/ip/
|
499
|
+
- spec/fixtures/unit/util/ip/solaris_ifconfig_single_interface
|
500
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_netstat_in
|
501
|
+
- spec/fixtures/unit/util/ip/6.0-STABLE_FreeBSD_ifconfig
|
496
502
|
- spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lo0
|
503
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lo0
|
504
|
+
- spec/fixtures/unit/util/ip/linux_ifconfig_all_with_single_interface
|
505
|
+
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan1
|
497
506
|
- spec/fixtures/unit/util/ip/hpux_1111_lanscan
|
498
|
-
- spec/fixtures/unit/util/ip/hpux_1111_netstat_in
|
499
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan0
|
500
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan1
|
501
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lo0
|
502
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_lanscan
|
503
|
-
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_netstat_in
|
504
507
|
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan0
|
505
|
-
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lan1
|
506
|
-
- spec/fixtures/unit/util/ip/hpux_1131_ifconfig_lo0
|
507
|
-
- spec/fixtures/unit/util/ip/hpux_1131_lanscan
|
508
|
-
- spec/fixtures/unit/util/ip/hpux_1131_netstat_in
|
509
508
|
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan1
|
510
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4
|
511
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4_1
|
512
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lo0
|
513
509
|
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_lanscan
|
514
|
-
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_netstat_in
|
515
|
-
- spec/fixtures/unit/util/ip/linux_2_6_35_proc_net_bonding_bond0
|
516
|
-
- spec/fixtures/unit/util/ip/linux_get_single_interface_eth0
|
517
|
-
- spec/fixtures/unit/util/ip/linux_get_single_interface_ib0
|
518
510
|
- spec/fixtures/unit/util/ip/linux_get_single_interface_lo
|
519
|
-
- spec/fixtures/unit/util/ip/linux_ifconfig_all_with_single_interface
|
520
|
-
- spec/fixtures/unit/util/ip/linux_ifconfig_ib0
|
521
|
-
- spec/fixtures/unit/util/ip/solaris_ifconfig_all_with_multiple_interfaces
|
522
|
-
- spec/fixtures/unit/util/ip/solaris_ifconfig_single_interface
|
523
|
-
- spec/fixtures/unit/util/ip/windows_netsh_all_interfaces
|
524
511
|
- spec/fixtures/unit/util/ip/windows_netsh_single_interface
|
525
|
-
- spec/fixtures/unit/util/ip/
|
526
|
-
- spec/fixtures/unit/util/
|
527
|
-
- spec/fixtures/unit/util/
|
528
|
-
- spec/fixtures/unit/util/
|
529
|
-
- spec/fixtures/unit/util/
|
530
|
-
- spec/fixtures/unit/util/
|
531
|
-
- spec/fixtures/unit/util/
|
532
|
-
- spec/fixtures/unit/util/manufacturer/solaris_t5220_prtdiag
|
512
|
+
- spec/fixtures/unit/util/ip/hpux_1111_ifconfig_lan1
|
513
|
+
- spec/fixtures/unit/util/ip/hpux_1131_nic_bonding_ifconfig_lan4_1
|
514
|
+
- spec/fixtures/unit/util/ip/darwin_ifconfig_single_interface
|
515
|
+
- spec/fixtures/unit/util/ip/hpux_1131_asterisk_ifconfig_lan1
|
516
|
+
- spec/fixtures/unit/util/ip/linux_get_single_interface_ib0
|
517
|
+
- spec/fixtures/unit/util/ip/linux_get_single_interface_eth0
|
518
|
+
- spec/fixtures/unit/util/ip/windows_netsh_all_interfaces
|
533
519
|
- spec/fixtures/unit/util/processor/solaris-i86pc
|
534
520
|
- spec/fixtures/unit/util/processor/solaris-sun4u
|
535
521
|
- spec/fixtures/unit/util/processor/x86-pentium2
|
536
|
-
- spec/fixtures/unit/util/uptime/kstat_boot_time
|
537
|
-
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_darwin
|
538
|
-
- spec/fixtures/unit/util/uptime/sysctl_kern_boottime_openbsd
|
539
|
-
- spec/fixtures/unit/util/uptime/ubuntu_proc_uptime
|
540
|
-
- spec/fixtures/unit/util/virtual/invalid_unicode_dmi_entries
|
541
522
|
- spec/fixtures/unit/util/virtual/solaris10_proc_self_status1
|
542
|
-
- spec/fixtures/unit/util/
|
523
|
+
- spec/fixtures/unit/util/virtual/invalid_unicode_dmi_entries
|
524
|
+
- spec/fixtures/unit/util/manufacturer/opensolaris_smbios
|
525
|
+
- spec/fixtures/unit/util/manufacturer/linux_dmidecode_with_spaces
|
526
|
+
- spec/fixtures/unit/util/manufacturer/intel_linux_dmidecode
|
527
|
+
- spec/fixtures/unit/util/manufacturer/solaris_t5220_prtdiag
|
528
|
+
- spec/fixtures/unit/util/manufacturer/freebsd_dmidecode
|
529
|
+
- spec/fixtures/unit/util/manufacturer/solaris_sunfire_v120_prtdiag
|
530
|
+
- spec/fixtures/unit/util/loader/nosuchfact.rb
|
543
531
|
- spec/fixtures/unit/util/xendomains/xendomains
|
544
532
|
- spec/fixtures/unit/virtual/sysfs_dmi_entries_raw.txt
|
545
|
-
- spec/fixtures/unit/
|
546
|
-
- spec/fixtures/unit/
|
547
|
-
- spec/fixtures/unit/
|
548
|
-
- spec/fixtures/unit/
|
549
|
-
- spec/fixtures/unit/
|
533
|
+
- spec/fixtures/unit/ipaddress/ifconfig_multiple_127_addresses.txt
|
534
|
+
- spec/fixtures/unit/ipaddress/ifconfig_non_english_locale.txt
|
535
|
+
- spec/fixtures/unit/ipaddress/ifconfig_ubuntu_1204.txt
|
536
|
+
- spec/fixtures/unit/ipaddress/ifconfig_net_tools_1.60.txt
|
537
|
+
- spec/fixtures/unit/selinux/selinux_sestatus
|
538
|
+
- spec/fixtures/unit/zpool_version/solaris_10
|
550
539
|
- spec/fixtures/unit/zpool_version/freebsd_8.2
|
551
540
|
- spec/fixtures/unit/zpool_version/freebsd_9.0
|
552
541
|
- spec/fixtures/unit/zpool_version/linux-fuse_0.6.9
|
553
|
-
- spec/fixtures/unit/zpool_version/solaris_10
|
554
542
|
- spec/fixtures/unit/zpool_version/solaris_11
|
555
|
-
- spec/fixtures/
|
556
|
-
- spec/fixtures/
|
557
|
-
- spec/fixtures/
|
543
|
+
- spec/fixtures/unit/netmask/ifconfig_ubuntu_1204.txt
|
544
|
+
- spec/fixtures/unit/netmask/ifconfig_net_tools_1.60.txt
|
545
|
+
- spec/fixtures/processorcount/solaris-sparc-kstat-cpu-info
|
546
|
+
- spec/fixtures/processorcount/solaris-psrinfo
|
547
|
+
- spec/fixtures/processorcount/solaris-x86_64-kstat-cpu-info
|
558
548
|
- spec/fixtures/virtual/proc_self_status/vserver_2_3/host
|
559
|
-
- spec/
|
560
|
-
- spec/
|
561
|
-
- spec/
|
562
|
-
- spec/
|
549
|
+
- spec/fixtures/virtual/proc_self_status/vserver_2_3/guest
|
550
|
+
- spec/fixtures/virtual/proc_self_status/vserver_2_1/host
|
551
|
+
- spec/fixtures/virtual/proc_self_status/vserver_2_1/guest
|
552
|
+
- spec/fixtures/cpuinfo/sparc
|
553
|
+
- spec/fixtures/cpuinfo/beaglexm-armel
|
554
|
+
- spec/fixtures/cpuinfo/amd64tri
|
555
|
+
- spec/fixtures/cpuinfo/ppc64
|
556
|
+
- spec/fixtures/cpuinfo/panda-armel
|
557
|
+
- spec/fixtures/cpuinfo/amd64twentyfour
|
558
|
+
- spec/fixtures/cpuinfo/bbg3-armel
|
559
|
+
- spec/fixtures/cpuinfo/amd64quad
|
560
|
+
- spec/fixtures/cpuinfo/amd64dual
|
561
|
+
- spec/fixtures/cpuinfo/amd64solo
|
563
562
|
- spec/puppetlabs_spec/fixtures.rb
|
564
563
|
- spec/puppetlabs_spec/matchers.rb
|
565
564
|
- spec/puppetlabs_spec/verbose.rb
|
566
|
-
- spec/
|
567
|
-
- spec/
|
568
|
-
- spec/
|
569
|
-
- spec/
|
570
|
-
- spec/unit/
|
571
|
-
- spec/unit/architecture_spec.rb
|
572
|
-
- spec/unit/blockdevices_spec.rb
|
573
|
-
- spec/unit/domain_spec.rb
|
574
|
-
- spec/unit/ec2_spec.rb
|
565
|
+
- spec/puppetlabs_spec/files.rb
|
566
|
+
- spec/lib/facter_spec/cpuinfo.rb
|
567
|
+
- spec/lib/facter_spec/windows_network.rb
|
568
|
+
- spec/unit/operatingsystemrelease_spec.rb
|
569
|
+
- spec/unit/lsbdistid_spec.rb
|
575
570
|
- spec/unit/facter_spec.rb
|
576
|
-
- spec/unit/
|
577
|
-
- spec/unit/hardwareisa_spec.rb
|
578
|
-
- spec/unit/hardwaremodel_spec.rb
|
579
|
-
- spec/unit/hostname_spec.rb
|
580
|
-
- spec/unit/id_spec.rb
|
571
|
+
- spec/unit/ec2_spec.rb
|
581
572
|
- spec/unit/interfaces_spec.rb
|
573
|
+
- spec/unit/blockdevices_spec.rb
|
574
|
+
- spec/unit/lsbdistrelease_spec.rb
|
582
575
|
- spec/unit/ipaddress6_spec.rb
|
583
|
-
- spec/unit/
|
584
|
-
- spec/unit/
|
585
|
-
- spec/unit/
|
576
|
+
- spec/unit/ldom_spec.rb
|
577
|
+
- spec/unit/uniqueid_spec.rb
|
578
|
+
- spec/unit/selinux_spec.rb
|
586
579
|
- spec/unit/kernelrelease_spec.rb
|
587
580
|
- spec/unit/kernelversion_spec.rb
|
588
|
-
- spec/unit/
|
589
|
-
- spec/unit/lsbdistcodename_spec.rb
|
590
|
-
- spec/unit/lsbdistdescription_spec.rb
|
591
|
-
- spec/unit/lsbdistid_spec.rb
|
592
|
-
- spec/unit/lsbdistrelease_spec.rb
|
593
|
-
- spec/unit/lsbmajdistrelease_spec.rb
|
594
|
-
- spec/unit/lsbrelease_spec.rb
|
595
|
-
- spec/unit/macaddress_spec.rb
|
596
|
-
- spec/unit/manufacturer_spec.rb
|
597
|
-
- spec/unit/memory_spec.rb
|
581
|
+
- spec/unit/architecture_spec.rb
|
598
582
|
- spec/unit/netmask_spec.rb
|
599
|
-
- spec/unit/
|
600
|
-
- spec/unit/
|
601
|
-
- spec/unit/
|
602
|
-
- spec/unit/
|
583
|
+
- spec/unit/ssh_spec.rb
|
584
|
+
- spec/unit/id_spec.rb
|
585
|
+
- spec/unit/application_spec.rb
|
586
|
+
- spec/unit/hardwareisa_spec.rb
|
587
|
+
- spec/unit/kernel_spec.rb
|
603
588
|
- spec/unit/processor_spec.rb
|
589
|
+
- spec/unit/lsbmajdistrelease_spec.rb
|
590
|
+
- spec/unit/virtual_spec.rb
|
604
591
|
- spec/unit/ps_spec.rb
|
605
|
-
- spec/unit/
|
606
|
-
- spec/unit/
|
607
|
-
- spec/unit/
|
608
|
-
- spec/unit/
|
609
|
-
- spec/unit/
|
610
|
-
- spec/unit/util/config_spec.rb
|
611
|
-
- spec/unit/util/confine_spec.rb
|
612
|
-
- spec/unit/util/directory_loader_spec.rb
|
592
|
+
- spec/unit/zfs_version_spec.rb
|
593
|
+
- spec/unit/hostname_spec.rb
|
594
|
+
- spec/unit/memory_spec.rb
|
595
|
+
- spec/unit/domain_spec.rb
|
596
|
+
- spec/unit/operatingsystemmajrelease_spec.rb
|
613
597
|
- spec/unit/util/ec2_spec.rb
|
614
|
-
- spec/unit/util/
|
615
|
-
- spec/unit/util/
|
616
|
-
- spec/unit/util/ip/windows_spec.rb
|
598
|
+
- spec/unit/util/wmi_spec.rb
|
599
|
+
- spec/unit/util/parser_spec.rb
|
617
600
|
- spec/unit/util/ip_spec.rb
|
601
|
+
- spec/unit/util/ip/windows_spec.rb
|
602
|
+
- spec/unit/util/solaris_zones_spec.rb
|
603
|
+
- spec/unit/util/directory_loader_spec.rb
|
604
|
+
- spec/unit/util/processor_spec.rb
|
605
|
+
- spec/unit/util/virtual_spec.rb
|
606
|
+
- spec/unit/util/monkey_patches_spec.rb
|
618
607
|
- spec/unit/util/loader_spec.rb
|
619
|
-
- spec/unit/util/
|
620
|
-
- spec/unit/util/
|
608
|
+
- spec/unit/util/confine_spec.rb
|
609
|
+
- spec/unit/util/xendomains_spec.rb
|
610
|
+
- spec/unit/util/config_spec.rb
|
621
611
|
- spec/unit/util/manufacturer_spec.rb
|
622
|
-
- spec/unit/util/
|
623
|
-
- spec/unit/util/parser_spec.rb
|
624
|
-
- spec/unit/util/processor_spec.rb
|
625
|
-
- spec/unit/util/registry_spec.rb
|
626
|
-
- spec/unit/util/resolution_spec.rb
|
627
|
-
- spec/unit/util/solaris_zones_spec.rb
|
612
|
+
- spec/unit/util/file_read_spec.rb
|
628
613
|
- spec/unit/util/uptime_spec.rb
|
629
|
-
- spec/unit/util/
|
614
|
+
- spec/unit/util/registry_spec.rb
|
615
|
+
- spec/unit/util/fact_spec.rb
|
630
616
|
- spec/unit/util/vlans_spec.rb
|
631
|
-
- spec/unit/util/
|
632
|
-
- spec/unit/util/
|
617
|
+
- spec/unit/util/macaddress_spec.rb
|
618
|
+
- spec/unit/util/macosx_spec.rb
|
619
|
+
- spec/unit/util/collection_spec.rb
|
620
|
+
- spec/unit/util/resolution_spec.rb
|
633
621
|
- spec/unit/version_spec.rb
|
634
|
-
- spec/unit/
|
635
|
-
- spec/unit/
|
636
|
-
- spec/unit/
|
622
|
+
- spec/unit/lsbdistcodename_spec.rb
|
623
|
+
- spec/unit/manufacturer_spec.rb
|
624
|
+
- spec/unit/uptime_spec.rb
|
625
|
+
- spec/unit/filesystems_spec.rb
|
626
|
+
- spec/unit/hardwaremodel_spec.rb
|
627
|
+
- spec/unit/ipaddress_spec.rb
|
628
|
+
- spec/unit/kernelmajversion_spec.rb
|
637
629
|
- spec/unit/zones_spec.rb
|
630
|
+
- spec/unit/physicalprocessorcount_spec.rb
|
631
|
+
- spec/unit/lsbrelease_spec.rb
|
632
|
+
- spec/unit/lsbdistdescription_spec.rb
|
633
|
+
- spec/unit/macaddress_spec.rb
|
634
|
+
- spec/unit/operatingsystem_spec.rb
|
638
635
|
- spec/unit/zpool_version_spec.rb
|
636
|
+
- spec/unit/zonename_spec.rb
|
637
|
+
- spec/puppetlabs_spec_helper.rb
|
638
|
+
- spec/integration/facter_spec.rb
|
639
|
+
- spec/spec_helper.rb
|
639
640
|
- spec/watchr.rb
|
641
|
+
- spec/shared_formats/parses.rb
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 0782b5a1f42052aa016ae2a70504d174eece85e3
|
4
|
-
data.tar.gz: 8ab0a267be44e16415150bd0795c7007e8291c28
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: a3f5d53850ac5f7ebec8fbd3e894a70a2385f0c69d58f0b3123fb478a51f2ec40408d430010f6277abd09a682ca97f778ae5e6fbe760df05e4ea10e3262c8d72
|
7
|
-
data.tar.gz: 63d5807eb5eb99b6e5d0871534f571fd7db5b798de3454e7a6565bfa408aee249c45520ddc208698f17cff5785cb05f45f00bbaf064c7707d3e29110df7c7af7
|