summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-04-20 16:23:03 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitc79b2282ab0af181d354cfbae7d0b8da964cc03c (patch)
treed1bff1cff829566a07b896863fc62a053ae4c4f7 /sbin
parent6bdda8c65e55fcdab896cee9985bca3593c66c95 (diff)
downloadpuppet-c79b2282ab0af181d354cfbae7d0b8da964cc03c.tar.gz
puppet-c79b2282ab0af181d354cfbae7d0b8da964cc03c.tar.xz
puppet-c79b2282ab0af181d354cfbae7d0b8da964cc03c.zip
feature #2276 Single Executable: "puppet kick"
Add "puppet kick" as the new invocation of "puppetrun" Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/puppetrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/puppetrun b/sbin/puppetrun
index 6dc8fd25a..641c1bb78 100755
--- a/sbin/puppetrun
+++ b/sbin/puppetrun
@@ -125,6 +125,6 @@
# Copyright (c) 2005 Reductive Labs, LLC
# Licensed under the GNU Public License
-require 'puppet/application/run'
-Puppet::Application[:run].run
+require 'puppet/application/kick'
+Puppet::Application[:kick].run