JL
2010-Aug-24 13:11 UTC
[Puppet Users] trying to start puppetmasterd for the first time - but it only spits out the config file for the master and exits
Trying to get puppet running - ran through the ruby setup.rb. Now, when trying to fire up puppetmasterd for the first time (and I have a bare-bones /etc/puppet/manifests/site.pp in place) it spits out the following... root@:/opt/local/sbin> puppetmasterd # The configuration file for master. Note that this file # is likely to have unused configuration parameters in it; any parameter that''s # valid anywhere in Puppet can be in any config file, even if it''s not used. . (and spits out the rest of the config file down to this end) . . # The url where the puppet couchdb database will be created # The default value is ''http://127.0.0.1:5984/puppet''. # couchdb_url = http://127.0.0.1:5984/puppet root@:/opt/local/sbin> root@:/opt/local/sbin> puppetmasterd --verbose --no-daemonize # The configuration file for master. Note that this file # is likely to have unused configuration parameters in it; any parameter that''s # valid anywhere in Puppet can be in any config file, even if it''s not used. . (and again - same config file ''stuff'' . . root@:/opt/local/sbin> Any help would be greatly appreciated as this has been kicking my ass :) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Nigel Kersten
2010-Aug-24 16:29 UTC
Re: [Puppet Users] trying to start puppetmasterd for the first time - but it only spits out the config file for the master and exits
do you have genconfig = true in your config file? On Tue, Aug 24, 2010 at 6:11 AM, JL <jinglee@gmail.com> wrote:> Trying to get puppet running - ran through the ruby setup.rb. > Now, when trying to fire up puppetmasterd for the first time (and I > have a bare-bones /etc/puppet/manifests/site.pp in place) it spits out > the following... > > > > root@:/opt/local/sbin> puppetmasterd > # The configuration file for master. Note that this file > # is likely to have unused configuration parameters in it; any > parameter that''s > # valid anywhere in Puppet can be in any config file, even if it''s not > used. > . > (and spits out the rest of the config file down to this end) > . > . > # The url where the puppet couchdb database will be created > # The default value is ''http://127.0.0.1:5984/puppet''. > # couchdb_url = http://127.0.0.1:5984/puppet > > > root@:/opt/local/sbin> > > root@:/opt/local/sbin> puppetmasterd --verbose --no-daemonize > # The configuration file for master. Note that this file > # is likely to have unused configuration parameters in it; any > parameter that''s > # valid anywhere in Puppet can be in any config file, even if it''s not > used. > . > (and again - same config file ''stuff'' > . > . > > root@:/opt/local/sbin> > > > Any help would be greatly appreciated as this has been kicking my > ass :) > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. > >-- nigel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
JL
2010-Aug-24 22:10 UTC
[Puppet Users] Re: trying to start puppetmasterd for the first time - but it only spits out the config file for the master and exits
yeah. that was it. thanks :P On Aug 24, 12:29 pm, Nigel Kersten <nig...@google.com> wrote:> do you have genconfig = true in your config file? > > > > > > On Tue, Aug 24, 2010 at 6:11 AM, JL <jing...@gmail.com> wrote: > > Trying to get puppet running - ran through the ruby setup.rb. > > Now, when trying to fire up puppetmasterd for the first time (and I > > have a bare-bones /etc/puppet/manifests/site.pp in place) it spits out > > the following... > > > root@:/opt/local/sbin> puppetmasterd > > # The configuration file for master. Note that this file > > # is likely to have unused configuration parameters in it; any > > parameter that''s > > # valid anywhere in Puppet can be in any config file, even if it''s not > > used. > > . > > (and spits out the rest of the config file down to this end) > > . > > . > > # The url where the puppet couchdb database will be created > > # The default value is ''http://127.0.0.1:5984/puppet''. > > # couchdb_url =http://127.0.0.1:5984/puppet > > > root@:/opt/local/sbin> > > > root@:/opt/local/sbin> puppetmasterd --verbose --no-daemonize > > # The configuration file for master. Note that this file > > # is likely to have unused configuration parameters in it; any > > parameter that''s > > # valid anywhere in Puppet can be in any config file, even if it''s not > > used. > > . > > (and again - same config file ''stuff'' > > . > > . > > > root@:/opt/local/sbin> > > > Any help would be greatly appreciated as this has been kicking my > > ass :) > > > -- > > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > > To post to this group, send email to puppet-users@googlegroups.com. > > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > > For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en. > > -- > nigel-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.