Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #50 from imriss/patch-1
Browse files Browse the repository at this point in the history
Added 'provides :vagrant_cluster'
  • Loading branch information
tas50 authored Aug 28, 2017
2 parents 3b2aaa3 + ff17912 commit bfbb359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chef/provider/vagrant_box.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'chef/mixin/shell_out'

class Chef::Provider::VagrantBox < Chef::Provider::LWRPBase

provides :vagrant_box
use_inline_resources

include Chef::Mixin::ShellOut
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/provider/vagrant_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'cheffish'

class Chef::Provider::VagrantCluster < Chef::Provider::LWRPBase

provides :vagrant_cluster
use_inline_resources

def whyrun_supported?
Expand Down

0 comments on commit bfbb359

Please sign in to comment.