From 2527b7c5e56b75b4b0803c94908d69246023dbc8 Mon Sep 17 00:00:00 2001 From: Navdeep Singh Date: Sat, 24 Oct 2015 19:53:48 +0530 Subject: [PATCH] Add space missing between operating and system --- 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 954e1f6..8ca87e2 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -290,7 +290,7 @@ Here is an example of 'Hello World' in Puppet. #the notification message by default. } -Here is another example with system based logic. Note how the operatingsystem +Here is another example with system based logic. Note how the operating system fact is being used as a variable prepended with the ``$`` sign. Similarly, this holds true for other facts such as hostname which can be referenced by ``$hostname``