examples: lang: Added os check for pkg example fix

This commit is contained in:
Yohan Belval
2019-11-06 10:20:32 -05:00
parent 39368bb5cb
commit 71ad5c5f05

View File

@@ -1,4 +1,6 @@
import "os"
pkg "cowsay" { pkg "cowsay" {
state => "installed", state => "installed",
allowunsupported => true, allowunsupported => os.is_debian() ?: true,
} }