summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-09-07 06:23:01 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-09-07 06:23:01 +1000
commit4d36a5152ac8e183f04bdbc6e8a7d3cdbb5ba8ce (patch)
tree9d4148af9141cc5739bc28165eaf9f42463faf10 /lib/puppet
parentb06363549a8cd9371ee798ac2613bdcdc5837f12 (diff)
downloadpuppet-4d36a5152ac8e183f04bdbc6e8a7d3cdbb5ba8ce.tar.gz
puppet-4d36a5152ac8e183f04bdbc6e8a7d3cdbb5ba8ce.tar.xz
puppet-4d36a5152ac8e183f04bdbc6e8a7d3cdbb5ba8ce.zip
Fixed alias metaparam docs error
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/type.rb2
1 files changed, 1 insertions, 1 deletions
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,