summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorDavid Schmitt <david@dasz.at>2010-05-19 19:35:30 +0200
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitea9bb4926608343c16c7277af9f5addad54d90bd (patch)
tree3555f4986e9014f2ac5a1f9ddc97da4926e7e827 /lib/puppet
parent1645d8e7ca87939bf87e7a5af143af223be71b2a (diff)
downloadpuppet-ea9bb4926608343c16c7277af9f5addad54d90bd.tar.gz
puppet-ea9bb4926608343c16c7277af9f5addad54d90bd.tar.xz
puppet-ea9bb4926608343c16c7277af9f5addad54d90bd.zip
More win32? feature def
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/feature/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/feature/base.rb b/lib/puppet/feature/base.rb
index 44a9f3fc1..a8fba34c4 100644
--- a/lib/puppet/feature/base.rb
+++ b/lib/puppet/feature/base.rb
@@ -39,6 +39,6 @@ Puppet.features.add(:posix) do
end
# We can use Win32 functions
-Puppet.features.add(:win32, :libs => ["sys/admin", "win32/process"])
+Puppet.features.add(:win32, :libs => ["sys/admin", "win32/process", "win32/dir"])
raise Puppet::Error "Cannot determine basic system flavour" unless Puppet.features.posix? or Puppet.features.win32?