summaryrefslogtreecommitdiffstats
path: root/test/executables/puppetbin.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-17 21:03:19 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-17 21:03:19 +0000
commit50821328ec637a4ec0feb822b86e208b04baae68 (patch)
tree3882a2c9a4264756b5b551dd6ba38cbd6ba41b52 /test/executables/puppetbin.rb
parentc205bf6ba79a905c59eb99747ffe674bbaa11481 (diff)
downloadpuppet-50821328ec637a4ec0feb822b86e208b04baae68.tar.gz
puppet-50821328ec637a4ec0feb822b86e208b04baae68.tar.xz
puppet-50821328ec637a4ec0feb822b86e208b04baae68.zip
adding cfengine module, which required passing the cfengine classes all the way through the stack to the scope
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@746 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables/puppetbin.rb')
-rwxr-xr-xtest/executables/puppetbin.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/executables/puppetbin.rb b/test/executables/puppetbin.rb
index 3f9ebda78..4c1d2a24c 100755
--- a/test/executables/puppetbin.rb
+++ b/test/executables/puppetbin.rb
@@ -4,8 +4,6 @@ if __FILE__ == $0
$puppetbase = "../.."
end
-# $ID: $
-
require 'puppet'
require 'puppet/server'
require 'puppet/sslcertificates'
@@ -51,3 +49,5 @@ class TestPuppetBin < Test::Unit::TestCase
assert(FileTest.exists?(@createdfile), "Failed to create config'ed file")
end
end
+
+# $Id: $