From 4151fd59ef6490c875140a874c0a13c5d3f311aa Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 22 Aug 2006 23:34:40 +0000 Subject: Committing definition inheritance. I have not yet written tests yet, but my last commit pretty seriously broke some things without me realizing it, so I wanted to get this in. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1484 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/ast/branch.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/puppet/parser/ast/branch.rb') diff --git a/lib/puppet/parser/ast/branch.rb b/lib/puppet/parser/ast/branch.rb index 941c00a68..5a4d323f5 100644 --- a/lib/puppet/parser/ast/branch.rb +++ b/lib/puppet/parser/ast/branch.rb @@ -45,3 +45,5 @@ class Puppet::Parser::AST end end end + +# $Id$ -- cgit