[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:34:17 UTC 2010
The following commit has been merged in the upstream branch:
commit ea9bb4926608343c16c7277af9f5addad54d90bd
Author: David Schmitt <david at dasz.at>
Date: Wed May 19 19:35:30 2010 +0200
More win32? feature def
diff --git a/lib/puppet/feature/base.rb b/lib/puppet/feature/base.rb
index 44a9f3f..a8fba34 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?
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list