diff options
author | elijah <elijah@riseup.net> | 2013-05-30 17:06:14 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-05-30 17:06:14 -0700 |
commit | c92d3ac0780e813a5440c5e475bfdba5de5a0447 (patch) | |
tree | 485c5df2038e4433db6087e50c9fc9af14a07aad /puppet/modules/site_config/manifests | |
parent | a39f9981e7227b8e4668937a7bf0f658e1fbe8bd (diff) |
site_sshd -- added xterm title, optional support for mosh
Diffstat (limited to 'puppet/modules/site_config/manifests')
-rw-r--r-- | puppet/modules/site_config/manifests/sshd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/sshd.pp b/puppet/modules/site_config/manifests/sshd.pp index 944dbce2..8ff337a0 100644 --- a/puppet/modules/site_config/manifests/sshd.pp +++ b/puppet/modules/site_config/manifests/sshd.pp @@ -2,7 +2,7 @@ class site_config::sshd { # configure sshd include sshd include site_sshd - # no need for configuring authorized_keys as leap_cli cares for that + # no need for configuring authorized_keys as leap_cli cares for that #$ssh_pubkeys=hiera_hash('ssh_pubkeys') #notice($ssh_pubkeys) #create_resources('site_sshd::ssh_key', $ssh_pubkeys) |