Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/ssh/manifests/init.pp

Issue 29323885: Issue 2920 - Allow for SSH TCP forwarding to be enabled via Hiera (Closed)
Patch Set: Created Aug. 17, 2015, 9:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/ssh/templates/sshd_config.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/ssh/manifests/init.pp
diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp
index bb4621476f5307f7eeccbf9f8955ac6ea5cb4c80..072e3fc8c132a56015247cdbc1e10b892a24e253 100644
--- a/modules/ssh/manifests/init.pp
+++ b/modules/ssh/manifests/init.pp
@@ -1,5 +1,6 @@
class ssh(
$agent_forwarding = hiera('ssh::agent_forwarding', false),
+ $tcp_forwarding = hiera('ssh::tcp_forwarding', false),
) {
package {'openssh-server': ensure => present}
« no previous file with comments | « no previous file | modules/ssh/templates/sshd_config.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld