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

hash key with empty hash as value is parsed wrong #247

Closed
lbetz opened this issue Mar 2, 2017 · 0 comments
Closed

hash key with empty hash as value is parsed wrong #247

lbetz opened this issue Mar 2, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Mar 2, 2017

::icinga2::object::host { 'host1.example.org':
target => '/etc/icinga2/example.d/hosts.conf',
import => [ 'generic-host' ],
address => '127.0.0.1',
vars => {
os => 'Linux',
http_vhosts => {
httpd => {},
},
},
}

=>

This file is managed by Puppet. DO NOT EDIT.

object Host "host1.example.org" {
import "generic-host"

address = "127.0.0.1"
vars.os = "Linux"
vars.http_vhostshttpd = {}
}

@lbetz lbetz added the bug label Mar 2, 2017
@lbetz lbetz self-assigned this Mar 3, 2017
@lbetz lbetz closed this as completed in 68bbd35 Mar 3, 2017
@bobapple bobapple modified the milestones: v1.2.0, v1.1.1 Mar 8, 2017
n00by pushed a commit to n00by/puppet-icinga2 that referenced this issue Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants