summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
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/provider
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/provider')
-rw-r--r--lib/puppet/provider/service/gentoo.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/provider/service/gentoo.rb b/lib/puppet/provider/service/gentoo.rb
index 382c74267..20f5d77e6 100644
--- a/lib/puppet/provider/service/gentoo.rb
+++ b/lib/puppet/provider/service/gentoo.rb
@@ -48,5 +48,3 @@ Puppet::Type.type(:service).provide :gentoo, :parent => :init do
raise Puppet::Error, "Could not enable #{self.name}: #{output}"
end
end
-
-# $Id $