Friday, July 11, 2014 9:29:47 AM UTC-7, Rob Reynolds wrote:
>
>
>
>
> On Thu, Jul 10, 2014 at 7:43 PM, Michael Legleux > wrote:
>
>> Using puppet 3.62
>>
>> Trying to follow along with the book
>> At one point (beginning of ch. 3), it says usin
onfigured to the correct location.
>
> After you run parse_config, see what Puppet[:modulepath] returns (it needs
> to maps to the path that contains the directory with your lib dir in it).
> ie: /fake_module/lib
>
> parse_config should load the default settings for Puppet
Using puppet 3.62
Trying to follow along with the book
At one point (beginning of ch. 3), it says using irb:
>> require 'puppet'
>> Puppet::Type.type(:package)
=> Puppet::Type::Package
My output is identical
However the next bit diverges...
>> require 'puppet'
>> Puppet.parse_config
>> Puppet::T
var/facts.d",
:ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
On Tuesday, July 1, 2014 7:53:34 PM UTC-7, Michael Legleux wrote:
>
> This warning is haunting me:
>
> Copying owner/mode/group from the source file on Windows is deprecated;
I'm also seeing this on:
https://forge.puppetlabs.com/rismoney/windowsnetwork
On Monday, June 30, 2014 5:24:17 AM UTC-7, Jonathan Gazeley wrote:
>
> Recently I have been unable to upgrade some modules (or check for
> upgrades) from Puppet Forge using the module tool.
>
> All of my modules were o
This warning is haunting me:
Copying owner/mode/group from the source file on Windows is deprecated; use
source_permissions => ignore.
It is referenced here:
http://docs.puppetlabs.com/windows/writing.html#managing-file-permissions
I am not copying ANY files or anything yet, the site.pp is othe