summaryrefslogtreecommitdiffstats
path: root/examples/code/filedefaults
blob: cb005c093ac89dac9920cf167171036942c33d5f (plain)
1
2
3
4
5
6
7
8
9
10
# $Id$

File {
    mode => 755,
    recurse => true
}

file { "/tmp/filedefaultstest":
    create => true
}