Issue #6775 has been updated by Daniel Pittman.

Status changed from Accepted to Needs More Information
Assignee deleted (Matt Robinson)

G'day.  It isn't entirely clear from the report what the actual issue is here, 
so we can't be confident of reproducing it so it can be fixed.

Valdis, can you give us the content of the configuration files in `/etc/puppet` 
and `/etc/puppet2` directories, or confirm that they are both empty directories?

Can you confirm that your expectation is that the files 1, 2, and 3 are all 
identical except for the timestamp?  If I read correctly that is what you 
wanted, but it didn't happen, right?

Thanks.
----------------------------------------
Bug #6775: puppet master --genconfig bug
https://projects.puppetlabs.com/issues/6775

Author: Valdis  Vitayaudom
Status: Needs More Information
Priority: High
Assignee: 
Category: executables
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


looks like --confdir and --vardir is inconsistent and other variables miss 
declared default

    $ puppet master --genconfig --server config1350vm0.dev.orbitz.net > 1
    $ puppet master --genconfig --server config1350vm0.dev.orbitz.net --vardir 
/var/lib/puppet --confdir /etc/puppet > 3
    $ diff 1 3
    10c10
    < # Generated on Fri Mar 18 14:34:08 -0500 2011.
    ---
    > # Generated on Fri Mar 18 14:34:19 -0500 2011.
    
    BUT
    
    $ puppet master --genconfig --server config1350vm0.dev.orbitz.net --vardir 
/var/lib/puppet2 --confdir /etc/puppet2 | sed 's/puppet2/puppet/g' > 2
    
    $ diff 1 2 > bug.txt
    
    
    254c254
    <     reports = http, store
    ---
    >     # reports = store
    263c263
    <     # bindaddress = 
    ---
    >     bindaddress = 0.0.0.0
    319c319
    <     masterlog = /var/log/puppet/puppetmaster.log
    ---
    >     masterlog = /var/lib/puppet/log/puppetmaster.log
    363c363
    <     pidfile = /var/run/puppet/master.pid
    ---
    >     pidfile = /var/lib/puppet/run/master.pid
    371c371
    <     ssldir = /var/lib/puppet/ssl
    ---
    >     ssldir = /etc/puppet/ssl
    398c398
    <     privatekeydir = /var/lib/puppet/ssl/private_keys
    ---
    >     privatekeydir = /etc/puppet/ssl/private_keys
    407c407
    <     hostcsr = /var/lib/puppet/ssl/csr_config1350vm0.dev.orbitz.net.pem
    ---
    >     hostcsr = /etc/puppet/ssl/csr_config1350vm0.dev.orbitz.net.pem
    416c416
    <     hostpubkey = 
/var/lib/puppet/ssl/public_keys/config1350vm0.dev.orbitz.net.pem
    ---
    >     hostpubkey = 
/etc/puppet/ssl/public_keys/config1350vm0.dev.orbitz.net.pem
    449c449
    <     pluginsync = true
    ---
    >     # pluginsync = false



-- 
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