On Tue, Mar 9, 2010 at 10:12 AM, Matt <[email protected]> wrote: > On 9 March 2010 15:11, Lutz Bergner <[email protected]> wrote: >> >> Hi all, >> >> this one sounds silly , but so far I failed.: >> >> starting my clients with "puppetd --listen" and puppetrun is working >> fine. But puppetd is doing its runs every half an hour (per default) >> despite I have configured "ignoreschedules=true" >> Here comes my client puppet.conf >> What am I doing wrong. >> >> [main] >> environment = development >> server = puppet.domain.com >> listen = true >> ignoreschedules = true >> [puppetd] >> listen = true >> ignoreschedules = true >> >> thanks in advance > > There's a bug raised for this. At the moment the only way to get the > desired behaviour is to start with > puppetd --no-client > Matt
I was going to say you could also configure Puppet to use no-op mode and then trigger executions with puppetrun, though it appears this isn't possible. http://projects.reductivelabs.com/issues/864 I rather like the idea :) --Michael -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
