* (#2) Add Puppet tests.

This commit is contained in:
gardouille 2015-02-17 17:05:18 +01:00
parent 8e6b8cb99c
commit 2e49d9a495
3 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@
##### Changes
* Tiny updates in README.md.
* (#2) Add Puppet tests.
---------------------------------------

3
tests/no_motd_login.pp Normal file
View File

@ -0,0 +1,3 @@
class { 'dynmotd':
print_motd_login => false,
}

3
tests/no_motd_ssh.pp Normal file
View File

@ -0,0 +1,3 @@
class { 'dynmotd':
print_motd_ssh => false,
}