Issue #3172 has been reported by Josh Anderson. ---------------------------------------- Refactor #3172: puppetrun's "--host" option is cumbersome http://projects.reductivelabs.com/issues/3172
Author: Josh Anderson Status: Unreviewed Priority: Normal Assigned to: Category: executables Target version: Affected version: 0.25.4 Branch: 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://reductivelabs.com/redmine/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.
