forked from WhyAskWhy/email-updates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add very basic support for email header, footer
- Add EMAIL_HEADER, EMAIL_FOOTER conf file options - Add example conf file to illustrate currently supported options. Future supported options should be added to the file to showcase their use. refs WhyAskWhy#5
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
# Example include file for the email_updates.sh script | ||
|
||
DEBUG_ON=0 | ||
EMAIL_TAG_PROJECT="servers-general" | ||
EMAIL_TAG_CATEGORY="OS Patches" | ||
EMAIL_DEST="[email protected]" | ||
|
||
EMAIL_HEADER="The following updates are available for installation:" | ||
EMAIL_FOOTER="{{include(docs:How_to_apply_patches_to_our_systems)}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters