Actions
Bug #758
closedtypo in models/host.rb
Description
in handle_ca
respond_to(:initialize_puppetca) && initialize_puppetca && delCertificate && setAutosign
should read
respond_to?(:initialize_puppetca) && initialize_puppetca && delCertificate && setAutosign
Updated by Paul Kelly almost 14 years ago
- Category set to PuppetCA
- Status changed from New to Ready For Testing
- Assignee set to Paul Kelly
Updated by Paul Kelly almost 14 years ago
- % Done changed from 0 to 100
Applied in changeset 9b1fd486fc6b523d06bed3fbca6d38df93d972f0.
Updated by Ohad Levy almost 14 years ago
- Status changed from Ready For Testing to Closed
Actions