Files
mgmt/examples/lang/pkg1.mcl
James Shubin d24149518c util: distro: Refactor family and distro code
I hate writing abstraction code like this, but I'm hoping it will be
useful.
2024-10-15 20:36:50 -04:00

7 lines
105 B
Plaintext

import "os"
pkg "cowsay" {
state => "installed",
allowunsupported => os.is_family_debian() ?: true,
}