Issue #6775 has been updated by James Turnbull.

Project changed from Puppet Enterprise to Puppet
Status changed from Unreviewed to Accepted
Assignee set to Matt Robinson
Priority changed from Normal to High


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

Author: Valdis  Vitayaudom
Status: Accepted
Priority: High
Assignee: Matt Robinson
Category: 
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