From 769d8a3cdc977da24ec5c31c47e000d4c1e00803 Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Date: Mon, 7 Jan 2013 11:59:57 -0800 Subject: [PATCH] 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 Approved: Jeremy Stanley Reviewed-by: Jeremy Stanley Tested-by: Jenkins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1225b9f14c..b4c69465f7 100644 --- a/README.md +++ b/README.md @@ -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.