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
}

View file

@ -1,8 +0,0 @@
define host {
host_name branched-composer
alias branched-composer.phx2.fedoraproject.org
use defaulttemplate
address branched-composer.phx2.fedoraproject.org
parents bvirthost08
contact_groups build-sysadmin-email
}

View file

@ -1,7 +0,0 @@
define host {
host_name virthost11-mgmt
alias virthost11-mgmt.phx2.fedoraproject.org
use mincheck
address virthost11-mgmt.phx2.fedoraproject.org
parents fwsm01-gw
}