summaryrefslogtreecommitdiffstats
path: root/cobbler/action_enchant.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-30 12:45:58 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-30 12:45:58 -0400
commit9fb76485117054903d950256089c66f9e08f8bb5 (patch)
treed4c67b88620d07e60a17848a7d0f5f54974d4125 /cobbler/action_enchant.py
parent590d34eea4ea12b5182b9153430e804f9cd555d1 (diff)
downloadthird_party-cobbler-9fb76485117054903d950256089c66f9e08f8bb5.tar.gz
third_party-cobbler-9fb76485117054903d950256089c66f9e08f8bb5.tar.xz
third_party-cobbler-9fb76485117054903d950256089c66f9e08f8bb5.zip
String update.
Diffstat (limited to 'cobbler/action_enchant.py')
-rw-r--r--cobbler/action_enchant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_enchant.py b/cobbler/action_enchant.py
index 7dcc097..3bf80f8 100644
--- a/cobbler/action_enchant.py
+++ b/cobbler/action_enchant.py
@@ -79,7 +79,7 @@ class Enchant:
koan = os.path.basename(self.settings.koan_path)
where_is_koan = os.path.join(self.settings.webdir,os.path.basename(koan))
if not os.path.exists(where_is_koan) or os.path.isdir(where_is_koan):
- raise CX(_("enchant failed. koan_path is not correct in /var/lib/cobbler/settings"))
+ raise CX(_("koan_path is not correct in /var/lib/cobbler/settings, or need to run 'cobbler sync'."))
try:
self.ssh_exec("wget http://%s/cobbler/%s" % (self.settings.server, koan))