Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

tags in different mixins don't merge #5

Open
lamdor opened this issue Apr 23, 2013 · 0 comments
Open

tags in different mixins don't merge #5

lamdor opened this issue Apr 23, 2013 · 0 comments

Comments

@lamdor
Copy link

lamdor commented Apr 23, 2013

If I have:

mixins:
   staging:
     tags:
       environment: staging
   hbase:
     tags:
       hbase: true

servers:
  example:
    mixins: [staging, hbase]

when I do a knife whisk generate example, the tags part isn't merged and is outputted as a ruby hash, not the knife ec2 server create --tags format.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant