diff options
| author | Jeff Carr <[email protected]> | 2024-12-30 04:40:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-30 04:40:00 -0600 |
| commit | 128591a3b9c4deaf06ee88d29ac3e1bc4ec56631 (patch) | |
| tree | 9e23eb9aa90fdce81c9a9672664a2b48652a59fb | |
| parent | cea50e3541391a995752fefe6574ea999f3b5134 (diff) | |
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ type stuff struct { distro string // debian,redhat,gentoo,macos,wincrap packages *zoopb.Packages // installed packages and versions machines *zoopb.Machines // every machine that has reported itself to the zookeeper - // targets map[string]string // what versions the machines should be running + targets map[string]string // what versions the machines should be running upgrade map[string]bool // use this to trigger builds } |
