summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/fact_name.rb
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2011-02-24 11:43:02 -0800
committerMatt Robinson <matt@puppetlabs.com>2011-02-28 12:07:15 -0800
commitbb69011d7042454f6a2ee668a036ac373b4ff1eb (patch)
tree88b29dfd4e3f7be7f9f8202bfea0c60b27a5e3cb /lib/puppet/rails/fact_name.rb
parentfb02430e3d3baaab74175236fb6dfc9e931b6a8e (diff)
downloadpuppet-bb69011d7042454f6a2ee668a036ac373b4ff1eb.tar.gz
puppet-bb69011d7042454f6a2ee668a036ac373b4ff1eb.tar.xz
puppet-bb69011d7042454f6a2ee668a036ac373b4ff1eb.zip
(#6338) Remove unused version control tags
Older version control systems like CVS and SVN used to use these $Id$ tags for version information. Paired-with: Nick Lewis
Diffstat (limited to 'lib/puppet/rails/fact_name.rb')
-rw-r--r--lib/puppet/rails/fact_name.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/rails/fact_name.rb b/lib/puppet/rails/fact_name.rb
index fb40ec48f..4273399e5 100644
--- a/lib/puppet/rails/fact_name.rb
+++ b/lib/puppet/rails/fact_name.rb
@@ -3,5 +3,3 @@ require 'puppet/rails/fact_value'
class Puppet::Rails::FactName < ActiveRecord::Base
has_many :fact_values, :dependent => :destroy
end
-
-# $Id: fact_name.rb 1952 2006-12-19 05:47:57Z luke $