Skip to content

Instantly share code, notes, and snippets.

@jeffmccune
Created September 6, 2012 19:01
Show Gist options
  • Save jeffmccune/3659506 to your computer and use it in GitHub Desktop.
Save jeffmccune/3659506 to your computer and use it in GitHub Desktop.
Puppet kick deprecation warning

Mocked up agent deprecation warning

Command line argument

$ puppet agent --verbose --no-daemonize --listen
Warning: The listen setting is deprecated and will be removed in ???.  Please see alternatives at http://tbd
...

Puppet.conf

We also need to consider listen=true in puppet.conf

# /etc/puppet/puppet.conf
[main]
listen = true

And:

$ puppet agent --test
Warning: The listen setting is deprecated and will be removed in ???.  Please see alternatives at http://tbd
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment