summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-23 19:18:34 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-23 19:18:34 +0000
commita03b03f08f304a5fe4598b95a55edd58a4ab2b17 (patch)
treed82f4210eccc6614765cea984bdd38bc3463efdd /lib/puppet/server
parent2a5bbd0e9a2262bc27981e988d99a003dd3648ad (diff)
removing ruby shebang at the top of all of the files
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@755 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/server')
-rwxr-xr-xlib/puppet/server/authstore.rb7
-rwxr-xr-xlib/puppet/server/filebucket.rb6
2 files changed, 4 insertions, 9 deletions
diff --git a/lib/puppet/server/authstore.rb b/lib/puppet/server/authstore.rb
index 9c8f700dc..e3a9a1974 100755
--- a/lib/puppet/server/authstore.rb
+++ b/lib/puppet/server/authstore.rb
@@ -1,10 +1,5 @@
-#!/usr/bin/ruby -w
-
-#--------------------
# standard module for determining whether a given hostname or IP has access to
# the requested resource
-#
-# $Id$
require 'ipaddr'
@@ -225,3 +220,5 @@ class Server
end
end
end
+#
+# $Id$
diff --git a/lib/puppet/server/filebucket.rb b/lib/puppet/server/filebucket.rb
index 38993362e..b211379f1 100755
--- a/lib/puppet/server/filebucket.rb
+++ b/lib/puppet/server/filebucket.rb
@@ -1,9 +1,5 @@
-#!/usr/bin/ruby -w
-
#--------------------
# accept and serve files
-#
-# $Id$
require 'webrick'
@@ -145,3 +141,5 @@ class Server
end
end
end
+#
+# $Id$