From 5bee1b2699ec149214443686da2c7664123b1023 Mon Sep 17 00:00:00 2001 From: Mathias Lafeldt Date: Thu, 9 Jan 2014 11:25:12 +0100 Subject: [PATCH] Add missing main_test.go for puppet-server provisioner This is required to pick up the tests with `make test`. --- plugin/provisioner-puppet-server/main_test.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugin/provisioner-puppet-server/main_test.go diff --git a/plugin/provisioner-puppet-server/main_test.go b/plugin/provisioner-puppet-server/main_test.go new file mode 100644 index 000000000..06ab7d0f9 --- /dev/null +++ b/plugin/provisioner-puppet-server/main_test.go @@ -0,0 +1 @@ +package main