diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-01 20:22:19 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-01 20:22:19 +0000 |
| commit | 300a1632432b5aa5e0221d28fe0a2ce90c422131 (patch) | |
| tree | ce4e28ba94caab4814abd509ba1768b04bae99fb /lib/puppet/server | |
| parent | 14d8186ebe8740eab1b320e6a1d6c98c255ad70f (diff) | |
Further progress towards the next release. Lots of small bugs fixed, the paths look much better now, and Transportable is much cleaner.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@740 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/server')
| -rw-r--r-- | lib/puppet/server/master.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/server/master.rb b/lib/puppet/server/master.rb index d5dc6bc22..261d93d97 100644 --- a/lib/puppet/server/master.rb +++ b/lib/puppet/server/master.rb @@ -64,9 +64,9 @@ class Server begin facts = Marshal::load(CGI.unescape(facts)) rescue => detail - puts "AAAAA" - puts detail - exit + raise XMLRPC::FaultException.new( + 1, "Could not rebuild facts" + ) end end |
