While trying to use the PDK on Windows (instead of using a Linux VM for
development), I've come across a few hitches:
1) 'rake' is not available as a command (it is accessible via
$env:DEVKIT_BASEDIR/private/private\ruby\2.1.9\bin\rake though)
2) 'rspec' is not available as a command
3) errors r
Hi all,
This is a reminder that both Fedora 24 and Ubuntu 16.10 are past their
EOL date and will no longer be included with puppet-agent releases.
Fedora 24 EOL: 2017-08-11 (one month after the release of Fedora 26)
https://fedoraproject.org/wiki/Releases/24/Schedule
Ubuntu 16.10 EOL: 2017-07
Reading the docs for puppetdb, I believe I should be able to order by value
when using the fact_contents endpoint. However, every attempt I get a error
saying its an unrecognized field.
Any examples on how to do this?
--
You received this message because you are subscribed to the Google Grou
On 08/15/2017 11:45 PM, Rakshatha shetty wrote:
> I have a query on the usage of modules present in Puppet Forge.
>
> When puppet agent -t command is run in puppet agent machine, if the
> specified module is not present in Puppet master server will puppet
> agent or master connect to puppet forge
On 16 August 2017 at 13:06, Peter Faller wrote:
> Seems to be a hitch with the Windows install on Windows 8.1: I installed
> pdk-1.0.0.1-x64.msi; opened a new powershell window, and found that while
> pdk works, the PATH is wrong:
>
>
> modules> $env:path
> C:\Program Files\Puppet Labs\Developmen
BTW: changing line 3 in C:\Program
Files\WindowsPowerShell\Modules\PuppetDevelopmentKit\PuppetDevelopmentKit.psm1
to:
$env:PATH = "$($env:DEVKIT_BASEDIR)\bin;"+$env:PATH
... fixes it.
On Wednesday, 16 August 2017 14:06:23 UTC+2, Peter Faller wrote:
>
> ...
>
>>
--
You received this
Seems to be a hitch with the Windows install on Windows 8.1: I installed
pdk-1.0.0.1-x64.msi; opened a new powershell window, and found that while
pdk works, the PATH is wrong:
modules> $env:path
C:\Program Files\Puppet Labs\DevelopmentKit\\bin;%PATH%
Any tips on how to correct this?
On Tuesd