Actions
Bug #4022
closedPuppetrun through the API is a GET instead of a PUT
Description
http://theforeman.org/api_v2.html wrote:
GET /api/hosts/:id/puppetrun Force a puppet run on the agent.
According to REST a GET shouldn't modify anything so it should be a PUT. I haven't investigated if it's a documetation error or an actual bug.
Updated by Ewoud Kohl van Wijngaarden almost 11 years ago
I can't set it to ready for testing, but I think https://github.com/theforeman/foreman/pull/1162 fixes it.
Updated by Dominic Cleal almost 11 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Target version set to 1.9.2
Fixed your account too :)
Updated by Dominic Cleal almost 11 years ago
- Translation missing: en.field_release set to 2
Updated by Anonymous almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bc11c17bcc66fbec3a71be920efa4de32d508ecb.
Actions