Skip to content

Commit

Permalink
Add method back into encryptor class
Browse files Browse the repository at this point in the history
  • Loading branch information
sihil committed Nov 28, 2013
1 parent af189dd commit 2a2f447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/hiera/backend/eyaml/encryptor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ def self.option name
Eyaml::Options[ "#{plugin_classname}_#{name}" ] || self.options[ "#{plugin_classname}_#{name}" ]
end

def self.hiera?
Utils::hiera?
end

def self.format_message msg
"[eyaml_#{plugin_classname}]: #{msg}"
Expand Down

0 comments on commit 2a2f447

Please sign in to comment.