diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 15:48:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 15:48:34 -0600 |
| commit | 08bf0f57035a8c2e5f01575cc7dd255c5370faf8 (patch) | |
| tree | 10fb6c282bf299f109aede7cb5006d030491f211 /structs.go | |
| parent | d9fa76289d0a594ce10f007e56c6871d5073a64e (diff) | |
Diffstat (limited to 'structs.go')
| -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 } |
