From 94866a122c0d10e0ae3a44f0c03e0a16af5e81dd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 21 May 2013 02:22:21 +0000 Subject: [PATCH] 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 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- manifests/init.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 5500076..b19995c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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