delete unused files lost in a sync from puppet

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-11 00:20:41 +00:00
parent 4ee9d202d6
commit 3d755e0e5e
3 changed files with 0 additions and 38 deletions

View file

@ -1,23 +0,0 @@
define contact{
contact_name dwa
alias David Aquilina
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
service_notification_commands notify-by-email
host_notification_commands host-notify-by-email
email dwa@redhat.com
}
define contact{
contact_name dwa-pager
alias David Aquilina
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
service_notification_commands notify-by-email
host_notification_commands host-notify-by-email
email dwa@fedoraproject.org
}