From 4d36a5152ac8e183f04bdbc6e8a7d3cdbb5ba8ce Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 7 Sep 2010 06:23:01 +1000 Subject: Fixed alias metaparam docs error --- lib/puppet/type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index 53c23aa32..291179a02 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -1031,7 +1031,7 @@ class Type } service { sshd: - subscribe => file[sshdconfig] + subscribe => File[sshdconfig] } When you use this feature, the parser sets `sshdconfig` as the name, -- cgit