From f072cd96e3e9b4ffe45a3ed9f2ce37eef6e2a0eb Mon Sep 17 00:00:00 2001 From: Roger Ignazio Date: Wed, 5 Aug 2015 14:02:09 -0700 Subject: [PATCH] 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. --- samples/Puppet/hiera_include.pp | 1 + 1 file changed, 1 insertion(+) create mode 100644 samples/Puppet/hiera_include.pp diff --git a/samples/Puppet/hiera_include.pp b/samples/Puppet/hiera_include.pp new file mode 100644 index 00000000..7959e7b1 --- /dev/null +++ b/samples/Puppet/hiera_include.pp @@ -0,0 +1 @@ +hiera_include('classes')