From 2a0b58d6a8c2934ac2cd96364d6a3a6caee81a04 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Sat, 25 Jan 2014 19:08:04 +0100 Subject: testing infastructure, rspec tests --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f722857..3b94cb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# puppet-sshd +# Puppet SSH Module This puppet module manages OpenSSH configuration and services. @@ -26,9 +26,16 @@ include class { 'sshd': } ``` -on that node. If you need to configure any aspects of -sshd_config, set the variables before the include. See Configurable Variables -below for what you can set. +on that node. If you need to configure any aspects of sshd_config, set the variables before the include. Or you can adjust many parameters: + +```puppet +class { 'sshd': + ports => [ 20002 ], + permit_root_login => 'no', +} +``` + +See Configurable Variables below for what you can set. ### Nagios -- cgit v1.2.3