summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-18 11:31:55 -0400
committerJim Meyering <jim@meyering.net>2006-09-18 11:31:55 -0400
commit97afb4e62936bde4b8cd3e178c8cc90b4259153e (patch)
treeef7ba82623081b8846468dec1a53be5d0a2a7487 /cobbler/action_sync.py
parentcb0b8eb320ece5cd7bd56a1fdc0ef8fb0b678c10 (diff)
downloadthird_party-cobbler-97afb4e62936bde4b8cd3e178c8cc90b4259153e.tar.gz
third_party-cobbler-97afb4e62936bde4b8cd3e178c8cc90b4259153e.tar.xz
third_party-cobbler-97afb4e62936bde4b8cd3e178c8cc90b4259153e.zip
- SELinux -- Fix httpd conf file to use new path
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 054ee9e..f20495f 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -83,7 +83,7 @@ class BootSync:
# This configuration file allows 'cobbler' boot info
# to be accessed over HTTP in addition to PXE.
AliasMatch ^/cobbler(/.*)?$ "/cobbler_webdir$1"
- <Directory "/tftpboot">
+ <Directory "/cobbler_webdir">
Options Indexes
AllowOverride None
Order allow,deny