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

Support tagging in bootstrap #305

Merged
merged 2 commits into from
Oct 18, 2016
Merged

Support tagging in bootstrap #305

merged 2 commits into from
Oct 18, 2016

Conversation

swalberg
Copy link
Collaborator

Chef bootstrap supports a --tags option to tag the node after
bootstrap, and this lets us use it after cloning.

Note that we used to be able to do this by passing the tags in the
attributes, e.g.

 --json-attributes='{ "tags": ["mytag"] }'

but who has time for that!?

Fixes #297

Chef bootstrap supports a `--tags` option to tag the node after
bootstrap, and this lets us use it after cloning.

Note that we used to be able to do this by passing the tags in the
attributes, e.g.

```
 --json-attributes='{ "tags": ["mytag"] }'
```

but who has time for that!?

Fixes chef#297
@jjasghar
Copy link

Awesome! 🤘 make it so !

@swalberg swalberg merged commit e0faf50 into chef:master Oct 18, 2016
@swalberg swalberg deleted the 297_tags branch October 18, 2016 20:02
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