Replaced catalogs examples with manifest examples.

Replaced catalogitems examples with pkginfo examples.
Updated getmanifest.py to refer to manifests directory instead of catalogs.

git-svn-id: http://munki.googlecode.com/svn/trunk@62 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2009-05-11 20:02:55 +00:00
parent 59f69cf162
commit 42cccf24c1
8 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ if hostname == "":
# the manifestdir is a local path to wherever you keep the master catalogs;
# must be readable by the webserver process
manifestdir = "/Library/WebServer/Documents/repo/catalogs"
manifestdir = "/Library/WebServer/Documents/repo/manifests"
manifest = os.path.join(manifestdir, hostname)
if os.path.exists(manifest):