summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Russell <j190888@googlemail.com>2013-02-28 21:47:50 +0000
committerJared Russell <j190888@googlemail.com>2013-02-28 21:47:50 +0000
commit83e20eeee387d50abce26b5bb437858604237082 (patch)
tree33ca284eaef147e824d038f54d18ea037a2b299d
parent98876b91d243efc202bfe4d2e9ed9d7a88be22e1 (diff)
downloadmixlib-shellout-83e20eeee387d50abce26b5bb437858604237082.tar.gz
Adding :change to list of supported actions
-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