summaryrefslogtreecommitdiff
path: root/lib/chef/resource/env.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/env.rb')
-rw-r--r--lib/chef/resource/env.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/env.rb b/lib/chef/resource/env.rb
index 4b5fe6cc09..2072ae5d80 100644
--- a/lib/chef/resource/env.rb
+++ b/lib/chef/resource/env.rb
@@ -25,6 +25,8 @@ class Chef
state_attrs :value
+ provides :env, os: "windows"
+
def initialize(name, run_context=nil)
super
@resource_name = :env