Bug #1500
puppetrun 0.24.5 does not work and no error
| Status: | Closed | Start date: | 08/08/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | executables | |||
| Target version: | 0.24.6 | |||
| Affected Puppet version: | 0.24.5 | Branch: | ||
| Keywords: | puppetrun | |||
| Votes: | 0 |
Description
I just setup puppet 0.24.5 but when i run puppetrun —debug —trace —host puppetclient.fqdn i get back: debug: Parsing /etc/puppet/puppet.conf Finished
However nothing happens on the puppetclient, nor in the messages log and this has been confirmed with the output of tcpdump (I do not see anything leaving the puppetmaster, nor ariving on the puppetclient) Connectivity is ok, i can telnet the client on port 8139 Tried with the client being 0.24.4 and 0.24.5. It seems the puppetrun has a bug and it does not show any very verbose output/errors? (also puppetrun does not accept the —verbose flag?) OS: Centos 5.2, puppet comming from the EPEL (Extra Packages for Enterprise Linux) – fedora repository. The config is exactly the same as 0.24.4 where it is working. (downgraded again)
History
Updated by James Turnbull over 3 years ago
- Category set to executables
- Status changed from Unreviewed to Accepted
- Keywords set to puppetrun
Updated by Russell Jackson over 3 years ago
I can confirm regression.
puppetrun against either local or remote puppetd using -host switch results in it seeming to run successfully but the puppetd instance not being triggered to perform a run.
Updated by Luke Kanies over 3 years ago
- Target version set to 0.24.6
Updated by Andrew Shafer over 3 years ago
hosts is getting stomped in the in the if Puppet[:node_terminus] block. Want to discuss with Luke, but looks to be simple to fix.
Updated by Andrew Shafer over 3 years ago
Submitted patch to list
http://github.com/littleidea/puppet/tree/ticket%2F0.24.x%2F1500
Updated by Andrew Shafer over 3 years ago
- Status changed from Accepted to Ready For Checkin
Updated by James Turnbull over 3 years ago
- Status changed from Ready For Checkin to Closed
Pushed in commit:11b0848b8c6eaaded608f4a485990ddb5bbd5e80 in branch 0.24.x