| 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} |