Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/allow sitewise keys #4

Merged
merged 2 commits into from
Aug 12, 2015
Merged

Refactor/allow sitewise keys #4

merged 2 commits into from
Aug 12, 2015

Conversation

rharriso
Copy link
Contributor

  • Allow targets to define there own keys (use global if not definted)
  • use standard lib json encoding

target.json example

{
    targets: [
        {
            "user": user,
            "ip": ip,
            "key": "key file",
        },
        {
            "user": user,
            "ip": ip
        }
    ],
    "key": "global key file"
}

@emirozer
Copy link
Owner

Thanks for the PR, i will test and give feedback soon 👍

emirozer added a commit that referenced this pull request Aug 12, 2015
@emirozer emirozer merged commit 9923094 into emirozer:master Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants