Remove remaining nginx removal cruft.

* modules/meetbot/manifests/init.pp: Remove a stray ensure absent
block for nginx configuration which tries to notify a nonexistent
service.

Change-Id: I4a086ea60afb777b72971b81ece3d53b99b29ff2
Reviewed-on: https://review.openstack.org/29863
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Jeremy Stanley 2013-05-21 02:22:21 +00:00 committed by Jenkins
parent 779e1489ff
commit 94866a122c
1 changed files with 0 additions and 6 deletions

View File

@ -43,12 +43,6 @@ class meetbot {
],
source => '/opt/meetbot/MeetBot',
}
file { '/etc/nginx/sites-enabled/default':
ensure => absent,
notify => Service['nginx'],
require => Package['nginx'],
}
}
# vim:sw=2:ts=2:expandtab:textwidth=79