From 5416017c05e44fc635ad14ffdf1ac1163a4cc6e5 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 13 Apr 2005 15:23:57 +0000 Subject: reorganizing git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@95 980ebf18-57e1-0310-9a29-db15c13687c0 --- examples/code/file.bl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/code/file.bl (limited to 'examples/code') 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" +} -- cgit