Fix documentation to reference manifests/site.pp

Fixing documentation in README.md which referenced manifests/site.py rather
than the correct manifests/site.pp file

Change-Id: Idee57e351f1f4836e700067167fb3dcc4c85a733
Reviewed-on: https://review.openstack.org/19137
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Elizabeth Krumbach 2013-01-07 11:59:57 -08:00 committed by Jenkins
parent 85a97ecd1a
commit 769d8a3cdc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
These are a set of puppet manifests and modules that are currently being
used to manage the OpenStack Project infrastructure.
The main entry point is in manifests/site.py.
The main entry point is in manifests/site.pp.
In general, most of the modules here are designed to be able to be run
either in agent or apply mode.