7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
import "os"
|
|
|
|
pkg "cowsay" {
|
|
state => "installed",
|
|
allowunsupported => os.is_family_debian() ?: true,
|
|
}
|