Methods

Class/Module Index [+]

Quicksearch

Chef::Resource::TimestampedDeploy

Convenience class for using the deploy resource with the timestamped deployment strategy (provider)

Public Class Methods

new(*args, &block) click to toggle source
# File lib/chef/resource/timestamped_deploy.rb, line 25
def initialize(*args, &block)
  super(*args, &block)
  @provider = Chef::Provider::Deploy::Timestamped
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.