examples: lang: Add a basic file example

This commit is contained in:
James Shubin
2019-03-09 16:05:12 -05:00
parent 4c104d55cb
commit 0ca57d6a09

7
examples/lang/file0.mcl Normal file
View File

@@ -0,0 +1,7 @@
file "/tmp/file1" {
state => "exists",
}
file "/tmp/dir1/" {
state => "exists",
}