summaryrefslogtreecommitdiff
path: root/manifests/hidden.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
commit810231ead207dfefda722c8589afc8e3b4314402 (patch)
treed7279e30e6b10c35eaff0a072302f749513c930d /manifests/hidden.pp
parent0fb0591ce908cebd73d658101dbc3da1138dece9 (diff)
downloadpuppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.gz
puppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.bz2
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/hidden.pp')
-rw-r--r--manifests/hidden.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hidden.pp b/manifests/hidden.pp
index 65504bf..08ca3e2 100644
--- a/manifests/hidden.pp
+++ b/manifests/hidden.pp
@@ -10,7 +10,7 @@ class mail::hidden {
ensure => directory,
owner => 'debian-tor',
group => 'debian-tor',
- mode => 0700,
+ mode => '0700',
}
}