summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Timberman <joshua@opscode.com>2013-03-13 08:33:16 -0700
committerJoshua Timberman <joshua@opscode.com>2013-03-13 08:33:16 -0700
commite2979c14e8f2a690d335294bd4784b8d8f70d883 (patch)
tree482df8775774471924ffca2a07013ebafb19938a
parent37b716244fa96f19b3c5b90e94a4a6105462a884 (diff)
parent83e20eeee387d50abce26b5bb437858604237082 (diff)
downloadmixlib-shellout-e2979c14e8f2a690d335294bd4784b8d8f70d883.tar.gz
Merge pull request #27 from jaredrussell/COOK-2228
[COOK-2228] windows_task resource does not declare :change action
-rw-r--r--resources/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/task.rb b/resources/task.rb
index e0c4a2d..d6a1c69 100644
--- a/resources/task.rb
+++ b/resources/task.rb
@@ -20,7 +20,7 @@
# Passwords can't be loaded for existing tasks, making :modify both confusing
# and not very useful
-actions :create, :delete, :run
+actions :create, :delete, :run, :change
attribute :name, :kind_of => String, :name_attribute => true
attribute :command, :kind_of => String