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:
parent
8a646a626a
commit
fcda0d907f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user