Instead of making a bunch of links, put the main site at the top level.
This commit is contained in:
parent
2b43330eb6
commit
533fb0b588
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ owner_name = Fedora Admin
|
|||
owner_email = admin@fedoraproject.org
|
||||
cache_directory = /srv/planet/config/people/cache
|
||||
template_files = /srv/planet/config/people/templates/index.html.tmpl /srv/planet/config/people/templates/rss20.xml.tmpl /srv/planet/config/people/templates/rss10.xml.tmpl /srv/planet/config/people/templates/opml.xml.tmpl /srv/planet/config/people/templates/foafroll.xml.tmpl /srv/planet/config/people/templates/atom.xml.tmpl /srv/planet/config/people/templates/heads.html.tmpl
|
||||
output_dir = /srv/planet/site/people
|
||||
output_dir = /srv/planet/people
|
||||
items_per_page = 50
|
||||
log_level = ERROR
|
||||
date_format = %B %d, %Y %I:%M %p
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
- name: create planet directory
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_items:
|
||||
- /srv/planet
|
||||
- /srv/planet/site
|
||||
- /srv/planet/config
|
||||
|
||||
|
@ -63,7 +64,6 @@
|
|||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_items:
|
||||
- /etc/planet/people
|
||||
- /srv/planet/site/people
|
||||
- /srv/planet/config/people
|
||||
|
||||
- name: base planet config files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue