summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a0c191d..7815769 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -113,7 +113,11 @@ class haproxy (
}
file { $global_options['chroot']:
- ensure => directory,
+ ensure => directory,
+ owner => $global_options['user'],
+ group => $global_options['group'],
+ mode => '0550',
+ require => Package['haproxy']
}
}