aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-12 11:09:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-12 11:09:57 -0300
commit4777aa628adf900bf3b754fc0b2f0426a0e3cb5c (patch)
tree55c21a1074f64d9cede30848cecf5b59aa3915fb
parent6aa2bdc427b91ad29da2217cc4dff289b6ecedfb (diff)
downloadpuppet-nodo-4777aa628adf900bf3b754fc0b2f0426a0e3cb5c.tar.gz
puppet-nodo-4777aa628adf900bf3b754fc0b2f0426a0e3cb5c.tar.bz2
Fix definition
-rw-r--r--manifests/subsystem/ssh/create_key.pp1
-rw-r--r--manifests/subsystem/ssh/folder.pp2
2 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystem/ssh/create_key.pp b/manifests/subsystem/ssh/create_key.pp
index 881ddda..2d16538 100644
--- a/manifests/subsystem/ssh/create_key.pp
+++ b/manifests/subsystem/ssh/create_key.pp
@@ -1,3 +1,4 @@
+# Create a ssh key pair
define nodo::subsystem::ssh::create_key(
$owner,
$group,
diff --git a/manifests/subsystem/ssh/folder.pp b/manifests/subsystem/ssh/folder.pp
index 462f8fb..45a9693 100644
--- a/manifests/subsystem/ssh/folder.pp
+++ b/manifests/subsystem/ssh/folder.pp
@@ -1,5 +1,5 @@
# Manage a ssh folder
-define nodo:subsystem::ssh::folder(
+define nodo::subsystem::ssh::folder(
$home,
$owner,
$group,