Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2017-05-18 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-1928 
 
 
 
  Using hostname as a unique key is not sufficient for /etc/hosts management  
 
 
 
 
 
 
 
 
 

Change By:
 
 Moses Mendoza 
 
 
 

Labels:
 
 redmine  triaged  type_host 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2017-05-16 Thread E Salberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 E Salberg commented on  PUP-1928 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Using hostname as a unique key is not sufficient for /etc/hosts management  
 
 
 
 
 
 
 
 
 
 
We use host6 module to handle the case where we need to clean up by IP instead of hostname, so while it would be nice to have that in the product itself, it's not necessary. 
However, I was wondering - does closing this ticket affect what is going to be done with https://tickets.puppetlabs.com/browse/PUP-3901 ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2017-05-15 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-1928 
 
 
 
  Using hostname as a unique key is not sufficient for /etc/hosts management  
 
 
 
 
 
 
 
 
 

Change By:
 
 John Duarte 
 
 
 

Labels:
 
 redmine  triaged  type_host 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2015-11-02 Thread Thomas Pickersgill (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Pickersgill commented on  PUP-1928 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Using hostname as a unique key is not sufficient for /etc/hosts management  
 
 
 
 
 
 
 
 
 
 
I'm going to be giving this a shot for the time being: 
 
 
 
 
 
 
resources { 'host': 
 
 
 
 
purge => true, 
 
 
 
 
} 
 
 
 
 
  
 
 
 
 
host { 'localhost4': 
 
 
 
 
host_aliases => 'localhost', 
 
 
 
 
ip   => '127.0.0.1', 
 
 
 
 
} 
 
 
 
 
  
 
 
 
 
host { 'localhost6': 
 
 
 
 
host_aliases => ['localhost', 'ip6-localhost', 'ip6-loopback'], 
 

Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2015-03-17 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young commented on  PUP-1928 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Using hostname as a unique key is not sufficient for /etc/hosts management  
 
 
 
 
 
 
 
 
 
 
As I document in PUP-3901, keying on the IP is insufficient to model existing hosts file states, especially considering that hosts files on Windows are limited to 9 hostnames per line. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2014-10-14 Thread Charlie Sharpsteen (JIRA)
Title: Message Title










 

 Charlie Sharpsteen updated an issue











 






 Puppet /  PUP-1928



  Using hostname as a unique key is not sufficient for /etc/hosts management 










Change By:

 Charlie Sharpsteen




Component/s:

 Types and Providers












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2014-10-14 Thread Charlie Sharpsteen (JIRA)
Title: Message Title










 

 Charlie Sharpsteen updated an issue











 






 Puppet /  PUP-1928



  Using hostname as a unique key is not sufficient for /etc/hosts management 










Change By:

 Charlie Sharpsteen




Summary:

 puppet's idea of Using hostname as a unique key is not sufficient for  /etc/hosts management  does not match real world use












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1928) Using hostname as a unique key is not sufficient for /etc/hosts management

2014-10-14 Thread Charlie Sharpsteen (JIRA)
Title: Message Title










 

 Charlie Sharpsteen updated an issue











 






 Puppet /  PUP-1928



  Using hostname as a unique key is not sufficient for /etc/hosts management 










Change By:

 Charlie Sharpsteen




Labels:

 redmine  type_host












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.