summaryrefslogtreecommitdiffstats
path: root/examples/code/file.bl
blob: 220a727b9703b3d967e87f2c3517f51a040fa506 (plain)
1
2
3
4
5
6
7
# $Id$

file["/etc/sudoers"] {
	:owner => "root"
	:group => "root"
	:mode => "0440"
}