From ec06272db8ddb1b2c347ffcea797bad67005508a Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Wed, 23 Feb 2011 14:41:04 -0500 Subject: 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. --- tests/init.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') 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": } + +} -- cgit v1.2.3