aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-13 19:09:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-13 19:09:17 -0300
commita0f53b94ea9491734ea61f21f56ec5bba44be0c0 (patch)
treeaf2596072ad90d8e7fce434e6c8921d1d51fc042 /manifests
parentc42d24d3b963bd1bf39e6bb6ceb1f0b5392da524 (diff)
downloadpuppet-backup-a0f53b94ea9491734ea61f21f56ec5bba44be0c0.tar.gz
puppet-backup-a0f53b94ea9491734ea61f21f56ec5bba44be0c0.tar.bz2
Manage ssh private keys with ssh_local_key (2)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 34d8c88..bfa4d45 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -217,7 +217,7 @@ class backup(
ssh_local_key { 'backup':
owner => root,
group => root,
- home => /root,
+ home => '/root',
}
}
}
@@ -258,7 +258,7 @@ class backup(
ssh_local_key { 'backup':
owner => root,
group => root,
- home => /root,
+ home => '/root',
}
}
}