Skip to content

Commit

Permalink
Merge pull request #274 from 16c7x/master
Browse files Browse the repository at this point in the history
Add choco_install_path fact to Windows factsets.
  • Loading branch information
Dylan authored Jul 17, 2020
2 parents 958e78a + 3897c61 commit 900eb2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions factsets/Windows_Server-2008r2-64.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
"staging_http_get": "powershell",
"staging_windir": "C:\\ProgramData\\staging",
"system32": "C:\\Windows\\system32",
"choco_install_path": "C:\\ProgramData\\chocolatey",
"system_uptime": {
"days": 0,
"hours": 0,
Expand Down
1 change: 1 addition & 0 deletions factsets/Windows_Server-2012r2-64.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"rubyversion": "2.1.7",
"serialnumber": "0",
"system32": "C:\\Windows\\system32",
"choco_install_path": "C:\\ProgramData\\chocolatey",
"system_uptime": {
"days": 0,
"hours": 0,
Expand Down
3 changes: 2 additions & 1 deletion factsets/windows-10-64.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0",
"rubyversion": "2.4.3",
"system32": "C:\\Windows\\system32",
"choco_install_path": "C:\\ProgramData\\chocolatey",
"system_uptime": {
"seconds": 1113359,
"hours": 309,
Expand All @@ -100,4 +101,4 @@
},
"timestamp": "2018-12-10T21:43:07.468533000+00:00",
"expiration": "2018-12-10T22:13:07.468533000+00:00"
}
}

0 comments on commit 900eb2e

Please sign in to comment.