Title: Message Title
Deepak Giridharagopal commented on an issue
PuppetDB / Bug PDB-246
One item array are casted to String when stored in puppetdb
When I try to create an exported resource (in my exemple a nginx::resource::vhost) with some parameters containing a one-item array, it is casted to String in puppetdb :

{quote}
  @@nginx::resource::vhost { 'my resource':
    ensure => present,
    server_name => ['first item'],
    listen_port => 9200,
    proxy => "http://${::fqdn}"
...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to