diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-09-07 06:23:01 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-09-07 06:23:01 +1000 |
| commit | 4d36a5152ac8e183f04bdbc6e8a7d3cdbb5ba8ce (patch) | |
| tree | 9d4148af9141cc5739bc28165eaf9f42463faf10 /lib/puppet | |
| parent | b06363549a8cd9371ee798ac2613bdcdc5837f12 (diff) | |
| download | puppet-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.rb | 2 |
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, |
