mirror of
https://github.com/munki/munki.git
synced 2026-01-05 22:20:00 -06:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user