Actions
Bug #23894
closedThe foreman templates are not being imported from directory of git repository
Difficulty:
Triaged:
Bugzilla link:
Description
Description of problem:
Foreman templates are not being imported from a directory of a git repository.
- curl -H "Accept: application/json" -H "Content-Type: application/json" -k -X POST -u user:passwd https://foreman.example.com/api/v2/templates/import -d '{"verbose":"true", "associate": "new", "repo":"ssh://git@github.com/user/foreman_templates", "dirname":"testDir", "branch":"master"}'
Actions