aboutsummaryrefslogtreecommitdiff
path: root/manifests/defines/ssh_config.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-16 16:54:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-16 16:54:37 -0300
commit96943608ea4a83ec6978c955ce1e1011c64e668e (patch)
tree1a8c215ddcdea63b0362c2d354b6d96981256f31 /manifests/defines/ssh_config.pp
parent5055135b544026487c79d3cc71cfebf94c1fd994 (diff)
downloadpuppet-nodo-96943608ea4a83ec6978c955ce1e1011c64e668e.tar.gz
puppet-nodo-96943608ea4a83ec6978c955ce1e1011c64e668e.tar.bz2
Defining nodo::subsystem::ssh_folder as resource type
Diffstat (limited to 'manifests/defines/ssh_config.pp')
-rw-r--r--manifests/defines/ssh_config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines/ssh_config.pp b/manifests/defines/ssh_config.pp
index d071822..5585520 100644
--- a/manifests/defines/ssh_config.pp
+++ b/manifests/defines/ssh_config.pp
@@ -5,7 +5,7 @@ define ssh_config(
$home = '/home/$owner',
$ssh_localhost_auth = false
) {
- class { "nodo::subsystem::ssh_folder":
+ ssh_folder { "ssh-config-${name}":
home => $home,
owner => $owner,
group => $group,