From 110b42fe16440b78223f04a9c3ce7177967ae450 Mon Sep 17 00:00:00 2001 From: Caged Date: Fri, 5 May 2017 10:10:35 -0700 Subject: [PATCH] add a puppet sample with includes-only since they are often misclassified as pascal --- samples/Puppet/init.pp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 samples/Puppet/init.pp diff --git a/samples/Puppet/init.pp b/samples/Puppet/init.pp new file mode 100644 index 00000000..45b2bbe6 --- /dev/null +++ b/samples/Puppet/init.pp @@ -0,0 +1,4 @@ +include docker +include apt +include ::something +include foo::bar