Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.trac.releng/modules/trac/manifests/init.pp')
-rw-r--r--org.eclipse.mylyn.trac.releng/modules/trac/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.releng/modules/trac/manifests/init.pp b/org.eclipse.mylyn.trac.releng/modules/trac/manifests/init.pp
index eb386de4e..136d1793b 100644
--- a/org.eclipse.mylyn.trac.releng/modules/trac/manifests/init.pp
+++ b/org.eclipse.mylyn.trac.releng/modules/trac/manifests/init.pp
@@ -1,5 +1,7 @@
class trac {
$base = "/home/tools/trac"
+ $userOwner = "tools"
+ $userGroup = "tools"
/* Common requirements for all Trac instances */

Back to the top