summaryrefslogtreecommitdiff
path: root/lib/chef/provider/deploy/timestamped.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/deploy/timestamped.rb')
-rw-r--r--lib/chef/provider/deploy/timestamped.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/provider/deploy/timestamped.rb b/lib/chef/provider/deploy/timestamped.rb
index ce921161e0..ba3f6683f0 100644
--- a/lib/chef/provider/deploy/timestamped.rb
+++ b/lib/chef/provider/deploy/timestamped.rb
@@ -20,6 +20,8 @@ class Chef
class Provider
class Deploy
class Timestamped < Chef::Provider::Deploy
+ provides :timestamped_deploy
+ provides :deploy
protected