On Tue, Oct 27, 2015 at 2:14 AM, Fredrik Nilsson
wrote:
> Should have replied earlier, to much to do I guess.
>
> Anyways what seems to have solved the issue in our case was an update of
> chocolatey to the latest stable release in the form of 0.9.9.11, updating
> the template of the configuratio
Hello,
>
> Is it possible to specify multiple attribute values from command line like
> below:
>
> # puppet resource user root groups='root,adm'
> Error: Could not run: Parameter groups failed on User[root]: Group names
> must be provided as an array, not a comma-separated list.
>
>
>
Hey Pawel
Hello,
Is it possible to specify multiple attribute values from command line like
below:
# puppet resource user root
user { 'root':
ensure => 'present',
comment => 'root',
gid => '0',
home => '/root',
password_max_age => '9',
password_m
I have a question and hopefully someone can help me resolve it -
In windows, I have custom services that I need to manage. I've been
running this code for a while, and it works well for several custom Windows
services, but the problem is I cannot run it on a bare server without
manual interve
On Friday, October 30, 2015 at 12:45:50 AM UTC-5, Jakov Sosic wrote:
> Since you really helped, I'll do my best to try and explain what am I
> doing here:
>
> 1) custom fact detects PHP project working copies in user directories
> 2) puppet uses custom fact to create defined resources
> (my
Hi,
Currently we have 3 puppet masters behind a VIP load balanced (by hardware
load balancer). We have an NFS mount share across the 3 servers which
stores the puppet code and certificates etc. We have some proxy balancers
on the hosts for CA with the 1st puppet master being the active worker a