* Create minitest-chef tests * Also use better style (don't specify action if its the default, use 5 digit modes, update notification syntax)
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
cookbook "postfix" do
|
|
configuration "default"
|
|
configuration "aliases"
|
|
configuration "client"
|
|
configuration "server"
|
|
configuration "sasl_auth"
|
|
end
|