We need to stop nginx before we can start apache.
Change-Id: I7af46314f34fed18474daaf32f1483beb7557dff Reviewed-on: https://review.openstack.org/11245 Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
7d8c838038
commit
e600570db6
@ -5,4 +5,7 @@ class remove_nginx {
|
||||
file { "/etc/nginx/sites-available/default":
|
||||
ensure => absent,
|
||||
}
|
||||
service { 'nginx':
|
||||
ensure => stopped
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user