Skip to content

Commit

Permalink
Merge pull request #579 from cloudfoundry/feature/remove-compiled-pac…
Browse files Browse the repository at this point in the history
…kage-cache

Remove compiled_package_cache from bosh env output
  • Loading branch information
rkoster authored Dec 16, 2021
2 parents a606703 + 2b29ef9 commit 02f0378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions director/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import (
"snapshots": {
"status": false
},
"compiled_package_cache": {
"extras": { "provider": null },
"status": false
},
"dns": {
"extras": { "domain_name": "bosh" },
"status": false
Expand Down
9 changes: 2 additions & 7 deletions director/info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ var _ = Describe("Director", func() {
"snapshots": {
"status": false
},
"compiled_package_cache": {
"extras": { "provider": null },
"status": true
},
"dns": {
"extras": { "domain_name": "bosh" },
"status": false
Expand Down Expand Up @@ -126,9 +122,8 @@ var _ = Describe("Director", func() {
},

Features: map[string]bool{
"snapshots": false,
"compiled_package_cache": true,
"dns": false,
"snapshots": false,
"dns": false,
},

CPI: "cpi",
Expand Down

0 comments on commit 02f0378

Please sign in to comment.