From fd11603fe47668ba72f0d3f2b984174331a0a154 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 3 Oct 2007 21:55:41 -0500 Subject: Removing the Id tags from all of the files --- lib/puppet/sslcertificates/ca.rb | 1 - lib/puppet/sslcertificates/certificate.rb | 1 - lib/puppet/sslcertificates/inventory.rb | 1 - lib/puppet/sslcertificates/support.rb | 1 - 4 files changed, 4 deletions(-) (limited to 'lib/puppet/sslcertificates') 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$ -- cgit