summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2011-02-23 14:41:04 -0500
committerJeff McCune <jeff@puppetlabs.com>2011-02-23 14:41:04 -0500
commitec06272db8ddb1b2c347ffcea797bad67005508a (patch)
tree0e2555f3f25e9de62d745da5dc9c735241a29141 /tests
parent384ffd957153f65eb4f47b3142d98853c31b4124 (diff)
Add ntp debian module.
This module will be published to the forge and includes Debian and Ubuntu support initially. RedHat support will be added shortly.
Diffstat (limited to 'tests')
-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": }
+
+}