Update for puppet installation

Fixes this up to be used with puppet.  DO NOT MERGE UNTIL SWITCHING TO PUPPET!

Change-Id: I845726a6496660da90e3af03c5caf559f24e53a7
This commit is contained in:
Andrew Hutchings 2012-02-03 14:40:08 +00:00
parent 3827e63388
commit 2863d853b6
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -15,7 +15,7 @@ owner_name = Monty Taylor
owner_email = mordred@inaugust.com
output_theme = classic_fancy
cache_directory = cache
output_dir = /srv/planet
output_dir = /srv/planet/openstack
feed_timeout = 20
items_per_page = 60
log_level = DEBUG

View File

@ -3,6 +3,6 @@ import ConfigParser
cp = ConfigParser.ConfigParser()
cp.read("planet.ini")
if cp.get('Planet', 'output_dir') != '/srv/planet':
if cp.get('Planet', 'output_dir') != '/srv/planet/openstack':
sys.exit(1)