On 30/01/13 12:27, Antidot SAS wrote: > > I am trying to use the option '--configdir' with puppet node but it > doesn't seem to work: > sudo puppet --configdir=/etc/puppet/conf --terminus puppetdb servername.fqdn > See 'puppet help' for help on available puppet subcommands
You're missing the "node status" subcommand out of this, plus the config setting is --confdir or --config. Try this instead: puppet node status --confdir=/etc/puppet/conf --terminus puppetdb servername.fqdn See http://docs.puppetlabs.com/references/stable/configuration.html#confdir for the settings. -- Dominic Cleal Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
