From 0056d4174959a4f07d669eae7b6a768d18891594 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 26 Aug 2010 15:13:52 +1000 Subject: Fixed extlookup documentation and spacing --- lib/puppet/parser/functions/require.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/parser/functions/require.rb') diff --git a/lib/puppet/parser/functions/require.rb b/lib/puppet/parser/functions/require.rb index f15046b91..64285307e 100644 --- a/lib/puppet/parser/functions/require.rb +++ b/lib/puppet/parser/functions/require.rb @@ -12,7 +12,7 @@ relationships between classes. This function is a superset of the class depends on the required class. Warning: using require in place of include can lead to unwanted dependency cycles. - + For instance the following manifest, with 'require' instead of 'include' would produce a nasty dependence cycle, because notify imposes a before between File[/foo] and Service[foo]: class myservice { -- cgit