Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
(docs) Add note about long file names during install
Browse files Browse the repository at this point in the history
- MODULES-2408 describe what issues can arise during install
  due to long file names and the username used during install
  • Loading branch information
Travis Fields committed Aug 19, 2015
1 parent 9c334b0 commit e2ee938
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ This module is available on the [Puppet Forge](https://forge.puppetlabs.com/pupp
puppet module install puppetlabs-dsc
~~~

**NOTE**

When installing the module on Windows you may run into an issue regarding long file names (LFN), this is due to the generated schema files. If you are running in a master environment and installing the module on your master this will not be an issue, however if you are running masterless then you may run into this during installation depending on the length of the username it is ran from. One way to get around this is to download the `.tar.gz` and install using the file rather than directly from the forge.

~~~
Error: No such file or directory @ rb_sysopen - C:/ProgramData/PuppetLabs/puppet/cache/puppet-module/cache/tmp-unpacker20150713-...mof
Error: Try 'puppet help module install' for usage
~~~

## Usage

You can use a DSC Resource by prefixing each DSC Resource name and parameter with 'dsc_'.
Expand Down

0 comments on commit e2ee938

Please sign in to comment.