summaryrefslogtreecommitdiffstats
path: root/lib/puppet/string/indirector.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/string/indirector.rb')
-rw-r--r--lib/puppet/string/indirector.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/puppet/string/indirector.rb b/lib/puppet/string/indirector.rb
index 48ec32680..71b1f3b12 100644
--- a/lib/puppet/string/indirector.rb
+++ b/lib/puppet/string/indirector.rb
@@ -2,6 +2,12 @@ require 'puppet'
require 'puppet/string'
class Puppet::String::Indirector < Puppet::String
+ warn "REVISIT: Need to redefine this to take arguments again, eh."
+ option "--terminus TERMINUS" do
+ desc "REVISIT: You can select a terminus, which has some bigger effect
+that we should describe in this file somehow."
+ end
+
def self.indirections
Puppet::Indirector::Indirection.instances.collect { |t| t.to_s }.sort
end