From 03741b41b3fba65d10c9adafd8969913876e28d2 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Sat, 21 May 2005 23:07:57 +0000 Subject: we now have networking it is very basic right now: the server gets passed a file name, and the client gets passed the server to which to connect. The client gets its config, evaluates it, and exits git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@266 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/blink/function.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/blink/function.rb') diff --git a/lib/blink/function.rb b/lib/blink/function.rb index 4f10fb2c6..d5cc11107 100644 --- a/lib/blink/function.rb +++ b/lib/blink/function.rb @@ -33,7 +33,7 @@ module Blink #--------------------------------------------------------------- end - Function.new("retrieve", proc { |fact| + Function.new("fact", proc { |fact| require 'blink/fact' value = Fact[fact] -- cgit