diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/init.pp b/tests/init.pp new file mode 100644 index 0000000..d9c6f76 --- /dev/null +++ b/tests/init.pp @@ -0,0 +1,3 @@ +class { 'tftp': + address => $::ipaddress, +} |