puppet | 1 Sep 2006 19:43

[Puppet-dev] [puppet] #257: host type removing aliases

#257: host type removing aliases
-------------------------------+--------------------------------------------
 Reporter:  cwarden <at> xerus.org  |       Owner:  luke
     Type:  defect             |      Status:  new 
 Priority:  normal             |   Milestone:      
Component:  library            |     Version:      
 Severity:  normal             |    Keywords:      
-------------------------------+--------------------------------------------
 When using the host type in a manifest, aliases for hosts not managed by
 puppet are removed.

 # cat /etc/hosts
 192.168.1.1     host1.example.com host1
 # cat /tmp/host.pp
 host {
        "host2.example.com": ip => "192.168.1.2", alias => host2, ensure =>
 present;
 }
 # puppet /tmp/host.pp
 dnsdomainname: Unknown host
 notice: //host=host2.example.com/ensure: created
 # cat /etc/hosts
 # HEADER: This file was autogenerated at Fri Sep 01 09:58:56 PDT 2006
 # HEADER: by puppet.  While it can still be managed manually, it
 # HEADER: is definitely not recommended.
 192.168.1.1     host1.example.com
 192.168.1.2     host2.example.com       host2


 The host1 alias has disappeared.
(Continue reading)

puppet | 1 Sep 2006 19:46

Re: [Puppet-dev] [puppet] #257: host type removing aliases

#257: host type removing aliases
-------------------------------+--------------------------------------------
 Reporter:  cwarden <at> xerus.org  |        Owner:  luke
     Type:  defect             |       Status:  new 
 Priority:  normal             |    Milestone:      
Component:  library            |      Version:      
 Severity:  normal             |   Resolution:      
 Keywords:                     |  
-------------------------------+--------------------------------------------
Comment (by cwarden <at> xerus.org):

 Sorry about the formatting.  I didn't realize this required wiki syntax.

 Christian

 {{{
 When using the host type in a manifest, aliases for hosts not managed by
 puppet are removed.

 # cat /etc/hosts
 192.168.1.1     host1.example.com host1
 # cat /tmp/host.pp
 host {
        "host2.example.com": ip => "192.168.1.2", alias => host2, ensure =>
 present;
 }
 # puppet /tmp/host.pp
 dnsdomainname: Unknown host
 notice: //host=host2.example.com/ensure: created
 # cat /etc/hosts
(Continue reading)

Luke Kanies | 1 Sep 2006 20:11
Gravatar

Re: [Puppet-dev] Creating a new package type

José González Gómez wrote:
> 
> I was working against 0.18.4, as I have a working ebuild for this, and 
> it would be easier for me to test. I think you told me it wouldn't be 
> that hard to transform the package type to the new "system" once done. 
> Do you think it's better to go against svn or may I finish programming 
> the package type for 0.18.4 and later transform it?

It should be fine to just transform it later.

> Yes (I hope I don't bother you)... after taking a look at the sources, I 
> think this is the list of methods a new package type must (should?) 
> implement, with their corresponding functionality, could you confirm or 
> comment?
> 
> 1. install - Installs a package
> 2. uninstall - Uninstalls a package
> 3. update - Updates a package (what does this mean? install the latest 
> version? fail if a package is not installed?)
> 4. latest - Return the latest version available for the given package 
> (am I right on this?)
> 5. query - Returns a hash containing information about a package (what 
> information should be returned? This seem to vary from type to type, 
> although they use to return name and version)
> 6. list - Lists all installed packages

Yes, that looks about right.  I don't currently define an exact method 
list for providers, although I hope to soon.

Note that the svn-based code uses "list" differently -- it's both an 
(Continue reading)

puppet | 2 Sep 2006 20:47

Re: [Puppet-dev] [puppet] #4: Add file/directory selectability in PFile.rb

#4: Add file/directory selectability in PFile.rb
-------------------------+--------------------------------------------------
 Reporter:  luke         |        Owner:  luke   
     Type:  enhancement  |       Status:  closed 
 Priority:  normal       |    Milestone:         
Component:  file         |      Version:         
 Severity:  normal       |   Resolution:  wontfix
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by luke):

  * resolution:  => wontfix
  * status:  new => closed

Comment:

 This doesn't seem to be necessary after all.

-- 
Ticket URL: <https://reductivelabs.com/cgi-bin/puppet.cgi/ticket/4>
puppet <https://reductivelabs.com>
Puppet - Portable System Automation
_______________________________________________
Puppet-dev mailing list
Puppet-dev <at> madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev
puppet | 2 Sep 2006 21:04

Re: [Puppet-dev] [puppet] #257: host type removing aliases

#257: host type removing aliases
-------------------------------+--------------------------------------------
 Reporter:  cwarden <at> xerus.org  |        Owner:  luke  
     Type:  defect             |       Status:  closed
 Priority:  normal             |    Milestone:        
Component:  library            |      Version:        
 Severity:  normal             |   Resolution:  fixed 
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by luke):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Fixed in [1529].

-- 
Ticket URL: <https://reductivelabs.com/cgi-bin/puppet.cgi/ticket/257>
puppet <https://reductivelabs.com>
Puppet - Portable System Automation
_______________________________________________
Puppet-dev mailing list
Puppet-dev <at> madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev
puppet | 3 Sep 2006 01:24

[Puppet-dev] [puppet] #258: Allow -%> to signify "eat newline" in ERB templates

#258: Allow -%> to signify "eat newline" in ERB templates
-------------------------+--------------------------------------------------
 Reporter:  mpalmer      |       Owner:  luke
     Type:  enhancement  |      Status:  new 
 Priority:  normal       |   Milestone:      
Component:  library      |     Version:      
 Severity:  normal       |    Keywords:      
-------------------------+--------------------------------------------------
 As per http://mail.madstop.com/pipermail/puppet-users/2006-

 September/000152.html.

-- 
Ticket URL: <http://reductivelabs.com/cgi-bin/puppet.cgi/ticket/258>
puppet <https://reductivelabs.com>
Puppet - Portable System Automation
_______________________________________________
Puppet-dev mailing list
Puppet-dev <at> madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev
puppet | 3 Sep 2006 03:17

Re: [Puppet-dev] [puppet] #255: Patch submission for zone.rb, added shares parameter

#255: Patch submission for zone.rb, added shares parameter
-----------------------------+----------------------------------------------
 Reporter:  ryan <at> joyent.com  |        Owner:  luke  
     Type:  enhancement      |       Status:  closed
 Priority:  normal           |    Milestone:        
Component:  types            |      Version:        
 Severity:  normal           |   Resolution:  fixed 
 Keywords:                   |  
-----------------------------+----------------------------------------------
Changes (by luke):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Patch will be applied in [1530].

-- 
Ticket URL: <https://reductivelabs.com/cgi-bin/puppet.cgi/ticket/255>
puppet <https://reductivelabs.com>
Puppet - Portable System Automation
_______________________________________________
Puppet-dev mailing list
Puppet-dev <at> madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev
puppet | 3 Sep 2006 03:19

Re: [Puppet-dev] [puppet] #254: Patch submission for zone.rb, added realhostname parameter

#254: Patch submission for zone.rb, added realhostname parameter
-----------------------------+----------------------------------------------
 Reporter:  ryan <at> joyent.com  |        Owner:  luke  
     Type:  enhancement      |       Status:  closed
 Priority:  normal           |    Milestone:        
Component:  types            |      Version:        
 Severity:  normal           |   Resolution:  fixed 
 Keywords:                   |  
-----------------------------+----------------------------------------------
Changes (by luke):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Will be applied in [1530].

-- 
Ticket URL: <https://reductivelabs.com/cgi-bin/puppet.cgi/ticket/254>
puppet <https://reductivelabs.com>
Puppet - Portable System Automation
_______________________________________________
Puppet-dev mailing list
Puppet-dev <at> madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev
puppet | 3 Sep 2006 03:29

http://reductivelabs.com/projects/puppet/documentation/configref.html is incorrect (configprint)

#248: http://reductivelabs.com/projects/puppet/documentation/configref.html is
incorrect (configprint)
-----------------------------+----------------------------------------------
 Reporter:  marthag <at> mit.edu  |        Owner:  luke  
     Type:  defect           |       Status:  closed
 Priority:  normal           |    Milestone:        
Component:  documentation    |      Version:        
 Severity:  normal           |   Resolution:  fixed 
 Keywords:                   |  
-----------------------------+----------------------------------------------
Changes (by luke):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Added a note about availability in [1531].

-- 
Ticket URL: <https://reductivelabs.com/cgi-bin/puppet.cgi/ticket/248>
puppet <https://reductivelabs.com>
Puppet - Portable System Automation
_______________________________________________
Puppet-dev mailing list
Puppet-dev <at> madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev
puppet | 3 Sep 2006 03:49

Re: [Puppet-dev] [puppet] #253: Patch submission for pfile, added replace parameter

#253: Patch submission for pfile, added replace parameter
-----------------------------+----------------------------------------------
 Reporter:  ryan <at> joyent.com  |        Owner:  luke  
     Type:  enhancement      |       Status:  closed
 Priority:  normal           |    Milestone:        
Component:  file             |      Version:        
 Severity:  normal           |   Resolution:  fixed 
 Keywords:                   |  
-----------------------------+----------------------------------------------
Changes (by luke):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Applied with tests in [1533].

-- 
Ticket URL: <https://reductivelabs.com/cgi-bin/puppet.cgi/ticket/253>
puppet <https://reductivelabs.com>
Puppet - Portable System Automation
_______________________________________________
Puppet-dev mailing list
Puppet-dev <at> madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-dev

Gmane