summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/puppet/type/exec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb
index 42c3516d4..9aab4dbd7 100755
--- a/lib/puppet/type/exec.rb
+++ b/lib/puppet/type/exec.rb
@@ -276,8 +276,8 @@ module Puppet
refreshonly => true
}
- Note that only ``subscribe`` can trigger actions, not ``require``,
- so it only makes sense to use ``refreshonly`` with ``subscribe``."
+ Note that only ``subscribe`` and ``notify`` can trigger actions, not ``require``,
+ so it only makes sense to use ``refreshonly`` with ``subscribe`` or ``notify``."
newvalues(:true, :false)