Compare commits

..

1 Commits

Author SHA1 Message Date
Philippe Caseiro 3e7d5c028b feat(recipes): adding nuo specific recipes 2023-07-18 10:03:03 +02:00
2 changed files with 10 additions and 0 deletions

View File

@ -58,6 +58,11 @@ locals {
}
}
Daemons = {
vm-tools = {
name = "open-vm-tools"
type = "auto"
enabled = true
}
harbor = {
name = "harbor"
type = "auto"

View File

@ -142,6 +142,11 @@ locals {
}
Users = {}
Daemons = {
vm-tools = {
name = "open-vm-tools"
type = "auto"
enabled = true
}
matchbox = {
name = "matchbox"
type = "auto"