diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2011-02-23 14:41:04 -0500 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2011-02-23 14:41:04 -0500 |
commit | ec06272db8ddb1b2c347ffcea797bad67005508a (patch) | |
tree | 0e2555f3f25e9de62d745da5dc9c735241a29141 /tests/init.pp | |
parent | 384ffd957153f65eb4f47b3142d98853c31b4124 (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/init.pp')
-rw-r--r-- | tests/init.pp | 6 |
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": } + +} |