Add missing comma.

This commit is contained in:
Gunnar Beutner 2013-05-03 11:23:42 +02:00
parent d21d6d7111
commit cf18ac6deb
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ template Service "mail-notification-service" {
users = [ "tutorial-user" ]
},
notification_interval = 1m
notification_interval = 1m,
notification_period = "work-hours"
}
----