diff options
Diffstat (limited to 'tests')
-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": } + +} |