Sha256: f82dc8ea76f9394681eb856e0df66574450e95f4c4712910cb3cefe01e912f89

Contents?: true

Size: 299 Bytes

Versions: 6

Compression:

Stored size: 299 Bytes

Contents

module LearnChef module Workflow
  def stdout_file(*paths)
    File.join(paths, 'stdout')
  end

  def stderr_file(*paths)
    File.join(paths, 'stderr')
  end

  def status_file(*paths)
    File.join(paths, 'status')
  end

  def command_file(*paths)
    File.join(paths, 'command')
  end
end; end

Version data entries

6 entries across 4 versions & 1 rubygems

Version Path
chef-12.11.18-universal-mingw32 acceptance/top-cookbooks/test_run/learn-the-basics-ubuntu/cookbooks/workflow/libraries/cache_helpers.rb
chef-12.11.18-universal-mingw32 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/cache_helpers.rb
chef-12.11.18 acceptance/top-cookbooks/test_run/learn-the-basics-ubuntu/cookbooks/workflow/libraries/cache_helpers.rb
chef-12.11.18 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/cache_helpers.rb
chef-12.7.2 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/cache_helpers.rb
chef-12.7.2-universal-mingw32 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/cache_helpers.rb