examples: lang: Add a basic file example
This commit is contained in:
7
examples/lang/file0.mcl
Normal file
7
examples/lang/file0.mcl
Normal file
@@ -0,0 +1,7 @@
|
||||
file "/tmp/file1" {
|
||||
state => "exists",
|
||||
}
|
||||
|
||||
file "/tmp/dir1/" {
|
||||
state => "exists",
|
||||
}
|
||||
Reference in New Issue
Block a user