add comments
authorPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 15:49:16 +0000 (15:49 +0000)
committerPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 15:49:16 +0000 (15:49 +0000)
modules/puppetmaster/lib/puppet/parser/functions/onion_balance_service_hostname.rb
modules/puppetmaster/lib/puppet/parser/functions/onion_tor_service_hostname.rb

index 75cb033..be2d1cb 100644 (file)
@@ -1,3 +1,4 @@
+# This function returns the .onion name for a given service name on the local host's onionbalance instance
 module Puppet::Parser::Functions
   newfunction(:onion_balance_service_hostname, :type => :rvalue) do |args|
     servicename = args.shift()
index 4d17eb2..9635dba 100644 (file)
@@ -1,3 +1,4 @@
+# This function returns the .onion name for a given service name on the local host's tor instance
 module Puppet::Parser::Functions
   newfunction(:onion_tor_service_hostname, :type => :rvalue) do |args|
     servicename = args.shift()