Files
mgmt/examples/lang/autogroup1.mcl
James Shubin 78936c5ce8 examples: lang: Update examples to fix imports and port from yaml
Some small fixes that are useful for demos!
2019-02-01 03:47:18 -05:00

18 lines
198 B
Plaintext

pkg "powertop" {
state => "installed",
Meta:autogroup => true,
}
pkg "sl" {
state => "installed",
Meta:autogroup => true,
}
pkg "cowsay" {
state => "installed",
Meta:autogroup => true,
}