Issue #3172 has been updated by Markus Roberts.
Also commit:74e5bdce3b67a124616977c2e2c78c9506792c8f ---------------------------------------- Refactor #3172: puppetrun's "--host" option is cumbersome http://projects.puppetlabs.com/issues/3172 Author: Josh Anderson Status: Closed Priority: Normal Assigned to: Category: executables Target version: 2.6 Affected version: 0.25.4 Branch: http://github.com/jes5199/puppet/tree/bug/master/3172 Having to specify each host with "--host <hostname>" is cumbersome and makes puppetrun less flexible than it could be. A better, more UNIX-like scheme for arguments would be: <pre> puppetrun [options] host [host [...]] </pre> Where everything after the options is assumed to be a hostname. This would make triggering mass runs simpler: <pre> puppetrun -p 10 `cat nodes.txt` </pre> Using --host also doesn't make much sense in light of the fact that hostnames are not optional: you must specify at least one. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
