summaryrefslogtreecommitdiff
path: root/manifests/mlmmj.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mlmmj.pp')
-rw-r--r--manifests/mlmmj.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index dc1d4f0..198595b 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -24,7 +24,7 @@ class mail::mlmmj(
ensure => directory,
owner => mlmmj,
group => mlmmj,
- mode => 0750,
+ mode => '0750',
require => User['mlmmj'],
}