notsure on this thing. still probably do something else

This commit is contained in:
Jeff Carr 2024-12-30 04:40:00 -06:00
parent cea50e3541
commit 128591a3b9
1 changed files with 1 additions and 1 deletions

View File

@ -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
}