From: Silvio Rhatto Date: Sat, 12 Sep 2015 14:09:57 +0000 (-0300) Subject: Fix definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4777aa628adf900bf3b754fc0b2f0426a0e3cb5c;p=puppet-nodo.git Fix definition --- 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,