Skip to content

Commit

Permalink
Merge pull request #12 from helle/chef_12_fix
Browse files Browse the repository at this point in the history
renaming the Filesystem module, to fix a crash with chef 12.0.0
  • Loading branch information
Alex Trull committed Mar 17, 2015
2 parents cdec1de + 3896d4d commit ab2deef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/fs.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'pathname'
require 'chef/mixin/shell_out'

module Filesystem
module FilesystemMod
include Chef::Mixin::ShellOut

MOUNT_EX_FAIL = 32 unless const_defined?(:MOUNT_EX_FAIL)
Expand Down
2 changes: 1 addition & 1 deletion providers/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

use_inline_resources

include Filesystem
include FilesystemMod

action :create do

Expand Down

0 comments on commit ab2deef

Please sign in to comment.