WIP Add initial cookbook and roles for email service
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Chef InSpec test for recipe kosmos_email::default
|
||||
|
||||
# The Chef InSpec reference, with examples and extensive documentation, can be
|
||||
# found at https://docs.chef.io/inspec/resources/
|
||||
|
||||
describe package('postfix') do
|
||||
it { should be_installed }
|
||||
end
|
||||
|
||||
# describe package('dovecot-core') do
|
||||
# it { should be_installed }
|
||||
# end
|
||||
|
||||
describe port(25) do
|
||||
it { should be_listening }
|
||||
end
|
||||
Reference in New Issue
Block a user