Files
mgmt/examples/lang/pkg1.mcl
2019-11-06 10:20:32 -05:00

7 lines
98 B
Plaintext

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