Bug #3313

puppet.conf option client=true/false doesn't seem to work

Added by christian c about 2 years ago. Updated 4 months ago.

Status:Duplicate Start date:03/01/2010
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:plumbing
Target version:-
Affected Puppet version:0.25.4 Branch:
Keywords:
Votes: 6

Description

Hi, I’m using puppet 0.25.4 on OpenSuse 11.1.

Trying to run puppet as listening client only with “listen=true” and “client=false” options in puppet.conf doesn’t seem to work. After restarting puppet with the new configuration, first thing it does is polling the puppetmaster and afterwards every 30min.

But if I start puppetd with —no-client parameter it polls the puppetmaster only after being triggered by a puppetrun-command coming from the master.

Additionally, if the option works again, you should add it to the configuration reference because right now it isn’t mentioned.

My config: [puppetd]

    classfile = $vardir/classes.txt
    server = puppet
    localconfig = $vardir/localconfigi
    httplog  = $logdir/http.log
    listen = true
    noop = false
    client = false
    puppetdlog = $logdir/puppetd.log
    puppetport = 8139
    pluginsync = true

Related issues

duplicates Puppet - Bug #8917: `client` is not a configuration option, and --client/--no... Code Insufficient 08/10/2011

History

Updated by Matt Moran about 2 years ago

This also happens on CentOS 5, also with version 0.25.1 as well as 0.25.4

Updated by James Turnbull about 2 years ago

  • Category set to plumbing
  • Status changed from Unreviewed to Accepted
  • Assignee set to Jesse Wolfe

Updated by Matt Chesler over 1 year ago

I’m experiencing this same issue with CentOS 5, Puppet version 2.6.0. The workaround that I’ve found is to add “PUPPET_EXTRA_OPTS=—no-client” to /etc/sysconfig/puppet and restart the puppet agent.

Updated by Joshua Lifton 5 months ago

  • Assignee deleted (Jesse Wolfe)

This issue was assigned to a former Puppet Labs employee. Adding back to the pool of unreviewed issues.

Updated by Ben Hughes 4 months ago

  • Description updated (diff)
  • Status changed from Accepted to Unreviewed

Updated by Luke Kanies 4 months ago

  • Description updated (diff)
  • Status changed from Unreviewed to Duplicate

Rejecting in favor of #8917.

Also available in: Atom PDF