diff options
Diffstat (limited to 'lib')
| -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, |
