summaryrefslogtreecommitdiff
path: root/tests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.pp')
-rw-r--r--tests/init.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/init.pp b/tests/init.pp
index 9f87de7..b918564 100644
--- a/tests/init.pp
+++ b/tests/init.pp
@@ -1 +1,5 @@
-include ntp
+node default {
+
+ class { "ntp": }
+
+}