Skip to content

Instantly share code, notes, and snippets.

@sjeandeaux
Created October 31, 2018 18:47
Show Gist options
  • Save sjeandeaux/58d74d922c2dd782ca6e5fdd18d28796 to your computer and use it in GitHub Desktop.
Save sjeandeaux/58d74d922c2dd782ca6e5fdd18d28796 to your computer and use it in GitHub Desktop.
{
"name": "yum-proxy",
"type": "groovy",
"content": "def request = new groovy.json.JsonSlurper().parseText(args); repository.createYumProxy(request.name, request.url);"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment