Skip to content

Commit

Permalink
Merge pull request #67 from davidgiesberg/master
Browse files Browse the repository at this point in the history
Fix `export` resource for Chef 12.5.1 compatibility
  • Loading branch information
joerocklin committed Oct 14, 2015
2 parents 9d4402a + 8bad97c commit 3e7baf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def initialize(*args)
actions :create

attribute :directory, :name_attribute => true
attribute :network, :required
attribute :network, :required => true
attribute :writeable, :default => false, :kind_of => [TrueClass, FalseClass]
attribute :sync, :default => true, :kind_of => [TrueClass, FalseClass]
attribute :options, :default => ['root_squash'], :kind_of => Array
Expand Down

0 comments on commit 3e7baf7

Please sign in to comment.