Issue #9454 has been reported by R.I. Pienaar.

----------------------------------------
Feature #9454: The host type should allow multiple IP addresses for a host
https://projects.puppetlabs.com/issues/9454

Author: R.I. Pienaar
Status: Unreviewed
Priority: Normal
Assignee: 
Category: host
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


It's becoming common for one host to have many possible IP addresses, 
especially with IPv6, the host type should support this:

A possibility would be to allow an array of IPs:

<pre>
host { 'example.com':
  ensure       => 'present',
  ip           => ['127.0.0.1', '::1'],
  target       => '/tmp/hosts',
}
</pre>

but alas, /tmp/hosts only get:

<pre>
127.0.0.1       example.com
</pre>



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to