summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:03 -0300
commit2a16db7da2b356d0c76c4b4b790fef351beb496e (patch)
tree52d1279271520123343f8d13e084c40228c763dc /manifests/debian.pp
parent3e8d0d109ecfafc972bc40df17812874242ca86c (diff)
downloadpuppet-ekeyd-2a16db7da2b356d0c76c4b4b790fef351beb496e.tar.gz
puppet-ekeyd-2a16db7da2b356d0c76c4b4b790fef351beb496e.tar.bz2
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 5f3f061..8189a76 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -7,7 +7,7 @@ class ekeyd::debian inherits ekeyd::base {
file { "/etc/default/ekeyd":
source => "puppet:///modules/ekeyd/debian/ekeyd.default",
- mode => 644,
+ mode => '644',
owner => root,
group => root,
require => File["/etc/entropykey/ekeyd.conf"];