diff options
| author | Max Martin <max@puppetlabs.com> | 2011-04-05 15:56:29 -0700 |
|---|---|---|
| committer | Max Martin <max@puppetlabs.com> | 2011-04-05 15:56:29 -0700 |
| commit | ff9b24fa7d60e7a224c78904ab451c4c39cb231f (patch) | |
| tree | fa38972bd3e446d8eedd17de3b15dbd7a69ca2dd /lib/puppet/network/http | |
| parent | b82bf9faa84447ac13b09d9d2db310fb3a35bd12 (diff) | |
| parent | e20e6185f7f26d02c7ea275f8adf43c088169129 (diff) | |
Merge branch 'feature/master/5528-certificates_signing_api' into next
* feature/master/5528-certificates_signing_api:
(#5528) Add REST API for signing, revoking, retrieving, cleaning certs
Diffstat (limited to 'lib/puppet/network/http')
| -rw-r--r-- | lib/puppet/network/http/api/v1.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/network/http/api/v1.rb b/lib/puppet/network/http/api/v1.rb index dcb0e0a22..5fe143979 100644 --- a/lib/puppet/network/http/api/v1.rb +++ b/lib/puppet/network/http/api/v1.rb @@ -61,6 +61,7 @@ module Puppet::Network::HTTP::API::V1 # that leads to the fix being too long. return :singular if indirection == "facts" return :singular if indirection == "status" + return :singular if indirection == "certificate_status" return :plural if indirection == "inventory" result = (indirection =~ /s$|_search$/) ? :plural : :singular |
