Add hiera_include() sample for the Puppet language

Prior to this commit, some Puppet files were being incorrectly
identified as Pascal when they contained only the following content:

  hiera_include('classes')

This commit adds a hiera_include() sample to for the Puppet language to
correct this behavior.
This commit is contained in:
Roger Ignazio
2015-08-05 14:02:09 -07:00
parent 3441a001c7
commit f072cd96e3

View File

@@ -0,0 +1 @@
hiera_include('classes')