projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2cb6ea
)
add comments
author
Peter Palfrader
<peter@palfrader.org>
Fri, 29 Jul 2016 15:49:16 +0000
(15:49 +0000)
committer
Peter 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
patch
|
blob
|
history
modules/puppetmaster/lib/puppet/parser/functions/onion_tor_service_hostname.rb
patch
|
blob
|
history
diff --git
a/modules/puppetmaster/lib/puppet/parser/functions/onion_balance_service_hostname.rb
b/modules/puppetmaster/lib/puppet/parser/functions/onion_balance_service_hostname.rb
index
75cb033
..
be2d1cb
100644
(file)
--- a/
modules/puppetmaster/lib/puppet/parser/functions/onion_balance_service_hostname.rb
+++ b/
modules/puppetmaster/lib/puppet/parser/functions/onion_balance_service_hostname.rb
@@
-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()
diff --git
a/modules/puppetmaster/lib/puppet/parser/functions/onion_tor_service_hostname.rb
b/modules/puppetmaster/lib/puppet/parser/functions/onion_tor_service_hostname.rb
index
4d17eb2
..
9635dba
100644
(file)
--- a/
modules/puppetmaster/lib/puppet/parser/functions/onion_tor_service_hostname.rb
+++ b/
modules/puppetmaster/lib/puppet/parser/functions/onion_tor_service_hostname.rb
@@
-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()