aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-19 00:53:56 +0000
committerMichael Scherer <misc@mageia.org>2010-11-19 00:53:56 +0000
commit52cb0d4c735088be8cb2bd17413fea3b888f4602 (patch)
tree2cc09f5848da7e331017cd5a7e4a737fd28b0228 /modules
parent0deba8f40a3e22353f6728b8cd6f6164b82de7f8 (diff)
downloadpuppet-52cb0d4c735088be8cb2bd17413fea3b888f4602.tar
puppet-52cb0d4c735088be8cb2bd17413fea3b888f4602.tar.gz
puppet-52cb0d4c735088be8cb2bd17413fea3b888f4602.tar.bz2
puppet-52cb0d4c735088be8cb2bd17413fea3b888f4602.tar.xz
puppet-52cb0d4c735088be8cb2bd17413fea3b888f4602.zip
- fix syntax error
Diffstat (limited to 'modules')
-rw-r--r--modules/subversion/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index b354f709..65d12f82 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -87,7 +87,7 @@ class subversion {
#
file { "$name":
group => $group,
- user => root,
+ owner => root,
mode => $public ? {
true => 644,
false => 640