summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-10-03 21:55:41 -0500
committerLuke Kanies <luke@madstop.com>2007-10-03 21:55:41 -0500
commitfd11603fe47668ba72f0d3f2b984174331a0a154 (patch)
tree9a0a7bde852500cfee1793d6c982759c15628b99 /lib/puppet/sslcertificates
parent7da2031beb46c744a2a33af01d84e0d397b1e9ae (diff)
downloadpuppet-fd11603fe47668ba72f0d3f2b984174331a0a154.tar.gz
puppet-fd11603fe47668ba72f0d3f2b984174331a0a154.tar.xz
puppet-fd11603fe47668ba72f0d3f2b984174331a0a154.zip
Removing the Id tags from all of the files
Diffstat (limited to 'lib/puppet/sslcertificates')
-rw-r--r--lib/puppet/sslcertificates/ca.rb1
-rw-r--r--lib/puppet/sslcertificates/certificate.rb1
-rw-r--r--lib/puppet/sslcertificates/inventory.rb1
-rw-r--r--lib/puppet/sslcertificates/support.rb1
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/sslcertificates/ca.rb b/lib/puppet/sslcertificates/ca.rb
index fd416dd5e..39facdd48 100644
--- a/lib/puppet/sslcertificates/ca.rb
+++ b/lib/puppet/sslcertificates/ca.rb
@@ -414,4 +414,3 @@ class Puppet::SSLCertificates::CA
end
end
-# $Id$
diff --git a/lib/puppet/sslcertificates/certificate.rb b/lib/puppet/sslcertificates/certificate.rb
index e56bfa266..a632cbd6c 100644
--- a/lib/puppet/sslcertificates/certificate.rb
+++ b/lib/puppet/sslcertificates/certificate.rb
@@ -280,4 +280,3 @@ class Puppet::SSLCertificates::Certificate
end
end
-# $Id$
diff --git a/lib/puppet/sslcertificates/inventory.rb b/lib/puppet/sslcertificates/inventory.rb
index 14d2155a8..da959aa3b 100644
--- a/lib/puppet/sslcertificates/inventory.rb
+++ b/lib/puppet/sslcertificates/inventory.rb
@@ -37,4 +37,3 @@ module Puppet::SSLCertificates
end
end
-# $Id$
diff --git a/lib/puppet/sslcertificates/support.rb b/lib/puppet/sslcertificates/support.rb
index c8d2e846b..e63458b33 100644
--- a/lib/puppet/sslcertificates/support.rb
+++ b/lib/puppet/sslcertificates/support.rb
@@ -125,4 +125,3 @@ module Puppet::SSLCertificates::Support
end
end
-# $Id$