Merge branch 'pr/628'

This commit is contained in:
Ian Cordasco
2015-10-24 11:16:27 -05:00
+1 -1
View File
@@ -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``