diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-23 19:18:34 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-23 19:18:34 +0000 |
commit | a03b03f08f304a5fe4598b95a55edd58a4ab2b17 (patch) | |
tree | d82f4210eccc6614765cea984bdd38bc3463efdd /lib/puppet/sslcertificates.rb | |
parent | 2a5bbd0e9a2262bc27981e988d99a003dd3648ad (diff) | |
download | puppet-a03b03f08f304a5fe4598b95a55edd58a4ab2b17.tar.gz puppet-a03b03f08f304a5fe4598b95a55edd58a4ab2b17.tar.xz puppet-a03b03f08f304a5fe4598b95a55edd58a4ab2b17.zip |
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/sslcertificates.rb')
-rwxr-xr-x | lib/puppet/sslcertificates.rb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/puppet/sslcertificates.rb b/lib/puppet/sslcertificates.rb index 6dcd25656..d543c5200 100755 --- a/lib/puppet/sslcertificates.rb +++ b/lib/puppet/sslcertificates.rb @@ -1,10 +1,4 @@ -#!/usr/bin/ruby -w - -#-------------------- -# the puppet client -# -# $Id$ - +# The library for manipulating SSL certs. require 'puppet' require 'openssl' @@ -735,3 +729,6 @@ module SSLCertificates end end end + +# +# $Id$ |