diff --git a/manifests/site.pp b/manifests/site.pp
new file mode 100644
index 0000000000000000000000000000000000000000..46051439bf15b916fe068f596061a95c92189b59
--- /dev/null
+++ b/manifests/site.pp
@@ -0,0 +1,5 @@
+node default {
+  exec { "Test ":
+    command => '/bin/echo Hello World > /tmp/hello.txt'
+  }
+}