* (#2) Add Puppet tests.
This commit is contained in:
parent
8e6b8cb99c
commit
2e49d9a495
@ -7,6 +7,7 @@
|
||||
|
||||
##### Changes
|
||||
* Tiny updates in README.md.
|
||||
* (#2) Add Puppet tests.
|
||||
|
||||
---------------------------------------
|
||||
|
||||
|
3
tests/no_motd_login.pp
Normal file
3
tests/no_motd_login.pp
Normal file
@ -0,0 +1,3 @@
|
||||
class { 'dynmotd':
|
||||
print_motd_login => false,
|
||||
}
|
3
tests/no_motd_ssh.pp
Normal file
3
tests/no_motd_ssh.pp
Normal file
@ -0,0 +1,3 @@
|
||||
class { 'dynmotd':
|
||||
print_motd_ssh => false,
|
||||
}
|
Loading…
Reference in New Issue
Block a user