aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/ssh/local_key.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/ssh/local_key.pp')
-rw-r--r--manifests/subsystem/ssh/local_key.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystem/ssh/local_key.pp b/manifests/subsystem/ssh/local_key.pp
index f311ea3..717f408 100644
--- a/manifests/subsystem/ssh/local_key.pp
+++ b/manifests/subsystem/ssh/local_key.pp
@@ -21,7 +21,7 @@ define nodo::subsystem::ssh::local_key(
ensure => $ensure,
owner => $owner,
group => $group,
- mode => 0400,
+ mode => '0400',
source => $ensure ? {
'present' => $source,
default => undef,
@@ -33,7 +33,7 @@ define nodo::subsystem::ssh::local_key(
ensure => $ensure,
owner => $owner,
group => $group,
- mode => 0400,
+ mode => '0400',
source => $ensure ? {
'present' => "${source}.pub",
default => undef,