WIP Add initial cookbook and roles for email service
This commit is contained in:
4
site-cookbooks/kosmos_email/attributes/default.rb
Normal file
4
site-cookbooks/kosmos_email/attributes/default.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
node.default["email"]["domain"] = "example.com"
|
||||
node.default["email"]["hostname"] = "mail.example.com"
|
||||
# node.default["email"]["user"] = "ray"
|
||||
# node.default["email"]["group"] = "email"
|
||||
Reference in New Issue
Block a user