This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new e0c34ab New function name
e0c34ab is described below
commit e0c34ab11601c5b3e7a45923212d2a689eeff911
Author: Sebb <[email protected]>
AuthorDate: Mon May 10 13:11:16 2021 +0100
New function name
---
tools/vhosttest.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/vhosttest.rb b/tools/vhosttest.rb
index 906b6de..43c1874 100755
--- a/tools/vhosttest.rb
+++ b/tools/vhosttest.rb
@@ -11,9 +11,10 @@ require 'whimsy/asf'
# Allow override of local repo
IP = ARGV.shift or raise RuntimeError.new "Need path to infrastructure puppet
checkout"
+# Create dummy version of function to allow import
module Puppet
module Functions
- def self.newfunction(*args)
+ def self.create_function(*args)
end
end
end