diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 11:09:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 11:09:57 -0300 |
commit | 4777aa628adf900bf3b754fc0b2f0426a0e3cb5c (patch) | |
tree | 55c21a1074f64d9cede30848cecf5b59aa3915fb /manifests/subsystem/ssh/create_key.pp | |
parent | 6aa2bdc427b91ad29da2217cc4dff289b6ecedfb (diff) | |
download | puppet-nodo-4777aa628adf900bf3b754fc0b2f0426a0e3cb5c.tar.gz puppet-nodo-4777aa628adf900bf3b754fc0b2f0426a0e3cb5c.tar.bz2 |
Fix definition
Diffstat (limited to 'manifests/subsystem/ssh/create_key.pp')
-rw-r--r-- | manifests/subsystem/ssh/create_key.pp | 1 |
1 files changed, 1 insertions, 0 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, |