diff options
author | Nick Lewis <nick@puppetlabs.com> | 2011-08-10 13:55:39 -0700 |
---|---|---|
committer | Jacob Helwig <jacob@puppetlabs.com> | 2011-08-19 13:52:59 -0700 |
commit | b6ca78cc8d28dd51ce64de42d20f6fb49dfe814a (patch) | |
tree | d303dca23c628e35162e0a8143de1445d1b601b3 /lib/puppet/parser/functions/generate.rb | |
parent | 4237cb1b12851d42504c9829fc61fe31cb84866c (diff) | |
download | puppet-b6ca78cc8d28dd51ce64de42d20f6fb49dfe814a.tar.gz puppet-b6ca78cc8d28dd51ce64de42d20f6fb49dfe814a.tar.xz puppet-b6ca78cc8d28dd51ce64de42d20f6fb49dfe814a.zip |
Stop trying to make config directories in Windows specs
FileSetting#to_resource had a provision to not attempt to manage files in /dev,
which effectively stopped spec from trying to make their configuration
directories in /dev/null. However, on Windows, the path turns into something
like C:/dev/null, so the specs were still trying to manage their configuration
directories when this wasn't desired or handled by the spec.
Now, we also exclude management of C:/dev (or similar), to mimic the behavior
on Windows. Because this isn't a standard path (and thus will not be used for
anything else), there seems to be no harm in treating it as though it were
really /dev.
Reviewed-By: Josh Cooper <josh@puppetlabs.com>
(cherry picked from commit 44719fcf9f9053a7be1bea59d516f24d2234ede4)
Diffstat (limited to 'lib/puppet/parser/functions/generate.rb')
0 files changed, 0 insertions, 0 deletions