From 40dc0d40c216ea90f94a6a797ef790e9e3630b20 Mon Sep 17 00:00:00 2001 From: Kevin Aloysius Date: Sun, 5 Oct 2014 03:41:34 -0700 Subject: [PATCH] Fixed Typo --- docs/scenarios/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index abca2e4..2724884 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -299,7 +299,7 @@ for other facts such as hostname which can be referenced by ``$hostname`` } There are several resource types for Puppet but the package-file-service paradigm is all -you need for undertaking majority of theconfiguration management. The following Puppet code makes sure +you need for undertaking majority of the configuration management. The following Puppet code makes sure that the OpenSSH-Server package is installed in a system and the sshd service is notified to restart everytime the sshd configuration file is changed.