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

Allow to parse a simple hash in strings #588

Closed
lbetz opened this issue Aug 25, 2019 · 1 comment
Closed

Allow to parse a simple hash in strings #588

lbetz opened this issue Aug 25, 2019 · 1 comment
Assignees
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Aug 25, 2019

Puppetcode:
attr => 'host.name + { item1 => value1, item2 => value2 }'

Current Behavior:
host.name + "{ item1 => value1, item2 = > value2 }"

Expected Behavior:
host.name + {
item1 = "value1"
item2 = "value2"
}

@lbetz lbetz added this to the 2.4.0 milestone Aug 25, 2019
@lbetz lbetz self-assigned this Aug 25, 2019
@lbetz
Copy link
Contributor Author

lbetz commented Aug 25, 2019

Not supported: nested array or hash

@lbetz lbetz changed the title Allow to parse a hash in strings Allow to parse a simple hash in strings Aug 25, 2019
@lbetz lbetz modified the milestones: 2.4.0, 2.5.0 Jan 13, 2020
@lbetz lbetz closed this as completed in e9d9643 Jan 13, 2020
@lbetz lbetz reopened this Jan 13, 2020
@lbetz lbetz modified the milestones: 2.5.0, 2.4.0 Jan 13, 2020
@lbetz lbetz closed this as completed Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant