Skip to content

Commit

Permalink
Update OpenBSD 6.2 to Ohai 14.3
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jul 20, 2018
1 parent 5b3db3f commit f900d4c
Showing 1 changed file with 12 additions and 31 deletions.
43 changes: 12 additions & 31 deletions lib/fauxhai/platforms/openbsd/6.2.json
@@ -1,12 +1,12 @@
{
"chef_packages": {
"chef": {
"chef_root": "/usr/local/lib/ruby/gems/2.4/gems/chef-14.0.202/lib",
"version": "14.0.202"
"chef_root": "/usr/local/lib/ruby/gems/2.4/gems/chef-14.3.37/lib",
"version": "14.3.37"
},
"ohai": {
"ohai_root": "/usr/local/lib/ruby/gems/2.4/gems/ohai-14.1.0/lib/ohai",
"version": "14.1.0"
"ohai_root": "/usr/local/lib/ruby/gems/2.4/gems/ohai-14.3.0/lib/ohai",
"version": "14.3.0"
}
},
"command": {
Expand Down Expand Up @@ -68,30 +68,11 @@
"dmidecode_version": "3.1"
},
"domain": "local",
"etc": {
"group": {
"fauxhai": {
"gid": 0,
"members": [
"fauxhai"
]
}
},
"passwd": {
"fauxhai": {
"dir": "/home/fauxhai",
"gecos": "Fauxhai",
"gid": 0,
"shell": "/bin/bash",
"uid": 0
}
}
},
"filesystem": {
"/dev/wd0a": {
"kb_available": "918148",
"kb_available": "918140",
"kb_size": "1125820",
"kb_used": "151384",
"kb_used": "151392",
"mount": "/",
"percent_used": "14%"
},
Expand All @@ -103,9 +84,9 @@
"percent_used": "0%"
},
"/dev/wd0e": {
"kb_available": "2184592",
"kb_available": "2184572",
"kb_size": "2312028",
"kb_used": "11836",
"kb_used": "11856",
"mount": "/var",
"percent_used": "1%"
},
Expand All @@ -124,11 +105,11 @@
"percent_used": "25%"
},
"/dev/wd0h": {
"kb_available": "4206764",
"kb_available": "4155176",
"kb_size": "4896444",
"kb_used": "444860",
"kb_used": "496448",
"mount": "/usr/local",
"percent_used": "10%"
"percent_used": "11%"
},
"/dev/wd0i": {
"kb_available": "2274584",
Expand Down Expand Up @@ -286,7 +267,7 @@
}
}
},
"ohai_time": 1525455126.8122013,
"ohai_time": 1532045240.266272,
"os": "openbsd",
"os_version": "6.2",
"platform": "openbsd",
Expand Down

0 comments on commit f900d4c

Please sign in to comment.