Skip to content

Commit

Permalink
Merge pull request #246 from customink/more_init_package
Browse files Browse the repository at this point in the history
Add init_package data to Ubuntu 12.04/14.04
  • Loading branch information
sethvargo committed Aug 8, 2016
2 parents 87d6bee + 3ff6255 commit dd83b1d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
20 changes: 11 additions & 9 deletions lib/fauxhai/platforms/ubuntu/12.04.json
Expand Up @@ -4,6 +4,7 @@
"release": "3.2.0-92-generic",
"version": "#131-Ubuntu SMP Tue Oct 20 16:16:02 UTC 2015",
"machine": "x86_64",
"processor": "x86_64",
"os": "GNU/Linux",
"modules": {
"vesafb": {
Expand Down Expand Up @@ -242,7 +243,7 @@
"smbios_version": "2.5",
"structures": {
"count": "10",
"size": "449"
"size": "450"
},
"table_location": "0x000E1000",
"bios": {
Expand Down Expand Up @@ -365,14 +366,15 @@
"record_id": "0x0002",
"size": "11",
"application_identifier": "OEM Strings",
"String 1": "vboxVer_5.0.6",
"String 2": "vboxRev_103037"
"String 1": "vboxVer_5.0.26",
"String 2": "vboxRev_108824"
}
],
"string_1": "vboxVer_5.0.6",
"string_2": "vboxRev_103037"
"string_1": "vboxVer_5.0.26",
"string_2": "vboxRev_108824"
}
},
"init_package": "init",
"command": {
"ps": "ps -ef"
},
Expand All @@ -388,12 +390,12 @@
},
"chef_packages": {
"chef": {
"version": "12.5.1",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.5.1/lib"
"version": "12.12.15",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.12.15/lib"
},
"ohai": {
"version": "8.7.0",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.7.0/lib/ohai"
"version": "8.17.1",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.17.1/lib/ohai"
}
},
"counters": {
Expand Down
18 changes: 10 additions & 8 deletions lib/fauxhai/platforms/ubuntu/14.04.json
Expand Up @@ -4,6 +4,7 @@
"release": "3.13.0-66-generic",
"version": "#108-Ubuntu SMP Wed Oct 7 15:20:27 UTC 2015",
"machine": "x86_64",
"processor": "x86_64",
"os": "GNU/Linux",
"modules": {
"joydev": {
Expand Down Expand Up @@ -279,14 +280,15 @@
"record_id": "0x0002",
"size": "11",
"application_identifier": "OEM Strings",
"String 1": "vboxVer_5.0.6",
"String 2": "vboxRev_103037"
"String 1": "vboxVer_5.0.26",
"String 2": "vboxRev_108824"
}
],
"string_1": "vboxVer_5.0.6",
"string_2": "vboxRev_103037"
"string_1": "vboxVer_5.0.26",
"string_2": "vboxRev_108824"
}
},
"init_package": "init",
"filesystem": {
"/dev/mapper/1404--vg-root": {
"kb_size": "10947840",
Expand Down Expand Up @@ -446,12 +448,12 @@
},
"chef_packages": {
"chef": {
"version": "12.5.1",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.5.1/lib"
"version": "12.12.15",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.12.15/lib"
},
"ohai": {
"version": "8.7.0",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.7.0/lib/ohai"
"version": "8.17.1",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.17.1/lib/ohai"
}
},
"counters": {
Expand Down

0 comments on commit dd83b1d

Please sign in to comment.