Actions
Bug #1006
closedpuppetrun is depreciated in puppet 2.6+
Description
puppetrun has been renamed to "puppet kick" in puppet version 2.6+
This is from puppet enterprise but should be the same with non enterprise edition
puppetrun has been renamed to puppet kick
[root@puppet lib]# puppet
Usage: puppet command <space separated arguments>
Available commands are: agent, apply, cert, describe, doc, filebucket, kick, license, master, queue, resource
How will the single executable improve the ease of use of Puppet?
From verison 2.6.0 and onwards all the Puppet functions are also available via a single Puppet binary, in the style of git. The list of binary changes includes: puppetmasterd –> puppet master puppetd –> puppet agent puppet –> puppet apply puppetca –> puppet cert ralsh –> puppet resource puppetrun –> puppet kick puppetqd –> puppet queue filebucket –> puppet filebucket puppetdoc –> puppet doc pi –> puppet
Updated by Ohad Levy over 13 years ago
- Category set to Puppet
- Assignee set to Corey Osman
- Target version set to 0.3
Actions