aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/init.pp b/tests/init.pp
new file mode 100644
index 0000000..d9c6f76
--- /dev/null
+++ b/tests/init.pp
@@ -0,0 +1,3 @@
+class { 'tftp':
+ address => $::ipaddress,
+}