diff options
Diffstat (limited to 'examples/code')
-rw-r--r-- | examples/code/file.bl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/code/file.bl b/examples/code/file.bl new file mode 100644 index 000000000..220a727b9 --- /dev/null +++ b/examples/code/file.bl @@ -0,0 +1,7 @@ +# $Id$ + +file["/etc/sudoers"] { + :owner => "root" + :group => "root" + :mode => "0440" +} |