[Puppet Users] Bolt puppetfile install - LFN issue

2020-02-12 Thread Andreas Torbiörnsson
Hi group! Does anyone know of a workaround to the long file name issue when installing certain modules? One that does not require manually downloading the module archive... An example is the dsc module, which often encounters this problem when you try to install it: No such file or directory

[Puppet Users] Path to pkcs7-keys using Bolt, eyaml, hiera.yaml

2019-12-10 Thread Andreas Torbiörnsson
Hi group! Does anyone know if it is possible to use relative paths for the encryption keys when using hiera/eyaml with Bolt. I can't find any info about how Bolt/hiera treats relative paths when it comes to keys. Intuitively, I would have thought it would be relative to the Boltdir, or perhaps

Re: [Puppet Users] Bolt: Running a ps-script making a web request with credentials

2019-11-25 Thread Andreas Torbiörnsson
n-powershell >> >> You can test that this is the case outside of Bolt. Create a PowerShell >> session to the remote server and run the script within that session. >> >> There a few ways to work around this issue but it really depends on your >> environment. Note, that

[Puppet Users] Bolt: Running a ps-script making a web request with credentials

2019-11-22 Thread Andreas Torbiörnsson
Hi group! Hoping that someone can help me with an issue I'm having. It's in a windows environment. I'm trying to run a script on a remote windows machine using Bolt. The script looks up the latest version of chocolatey from a on prem nuget feed, downloads and installs chocolatey. Running the