diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-02-15 14:24:54 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-02-15 14:24:54 +1100 |
commit | 8fa4120015ec87801882c51061c05bba1e31f86d (patch) | |
tree | 4af31ab38563f77e1c2351b6dcb5f02905d778a2 /lib | |
parent | c004d2c081ef53952f7a30a32d0208e10747cbe0 (diff) | |
download | puppet-8fa4120015ec87801882c51061c05bba1e31f86d.tar.gz puppet-8fa4120015ec87801882c51061c05bba1e31f86d.tar.xz puppet-8fa4120015ec87801882c51061c05bba1e31f86d.zip |
Fixed ticket #1068 - Minor documentation fix
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/exec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb index 7d3b1abe1..f8049236f 100755 --- a/lib/puppet/type/exec.rb +++ b/lib/puppet/type/exec.rb @@ -288,7 +288,7 @@ module Puppet # Rebuild the database, but only when the file changes exec { newaliases: path => [\"/usr/bin\", \"/usr/sbin\"], - subscribe => file[\"/etc/aliases\"], + subscribe => File[\"/etc/aliases\"], refreshonly => true } |