Fix started services list

This commit is contained in:
Aurélien Bompard 2013-09-06 11:23:32 +00:00
parent 712a661776
commit de589ffcf9
2 changed files with 1 additions and 3 deletions

View file

@ -121,8 +121,7 @@
service: state=started name=$item
with_items:
- httpd
- postgresql
- mailman
- mailman3
- postfix

View file

@ -18,4 +18,3 @@ DATABASES = {
'PORT': '',
}
}
KITTYSTORE_URL = 'postgres://kittystoreadmin:{{ mailman_ks_admin_db_pass }}@db02.stg.phx2.fedoraproject.org/kittystore'