diff options
| author | Luke Kanies <luke@madstop.com> | 2008-04-21 17:33:58 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-04-21 17:33:58 -0500 |
| commit | 79ca44404af29b2bae621f9a6cb80467d95468aa (patch) | |
| tree | 176d472b4b4067cd5038c5e629e246d8f2d73627 /lib/puppet/ssl | |
| parent | a116d10b5e4412c362a246f12b77fc2e979aedbe (diff) | |
| download | puppet-79ca44404af29b2bae621f9a6cb80467d95468aa.tar.gz puppet-79ca44404af29b2bae621f9a6cb80467d95468aa.tar.xz puppet-79ca44404af29b2bae621f9a6cb80467d95468aa.zip | |
Renaming the 'ca_file' ssl terminus type to 'ca'.
Diffstat (limited to 'lib/puppet/ssl')
| -rw-r--r-- | lib/puppet/ssl/host.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb index 931d64ab3..25e31943a 100644 --- a/lib/puppet/ssl/host.rb +++ b/lib/puppet/ssl/host.rb @@ -65,7 +65,7 @@ class Puppet::SSL::Host when :local: # Our ca is local, so we use it as the ultimate source of information # And we cache files locally. - configure_indirection :ca_file, :file + configure_indirection :ca, :file when :remote: configure_indirection :rest, :file when :none: |
