Re: [Puppet Users] concating a string from itself

2018-04-24 Thread Francois Lafont
On 04/24/2018 11:22 PM, Henrik Lindberg wrote: > $contactgroups = [ >   'Windows Server Admins', > >   if 'sql' in $hostname.downcase or $wl_server_type == 'db' { >     'Microsoft SQL DBAs' >   }, > >   if $wl_app in $btssServers or 'adfs' in $hostname.downcase { >     'BT Systems Support' >   }

Re: [Puppet Users] concating a string from itself

2018-04-24 Thread Francois Lafont
Hi, On 04/24/2018 08:55 PM, Ryan Murphy wrote: > So I've hit a limitation in puppet where I can't modify a variable after its > been set.  how do I work around this.  I have a manifest that I need to be > able to build up a list of contacts based on certain facts about a server. > > Here is an

Re: [Puppet Users] concating a string from itself

2018-04-24 Thread Henrik Lindberg
On 24/04/18 20:55, Ryan Murphy wrote: So I've hit a limitation in puppet where I can't modify a variable after its been set.  how do I work around this.  I have a manifest that I need to be able to build up a list of contacts based on certain facts about a server. Here is an example of my (no

Re: [Puppet Users] Re: linux domain machines - cert error

2018-04-24 Thread Elias Pereira
John, So the puppet is not designed to work with machines that are in the AD domain? Maybe, only in servers that the root user are used with security by sysadmin? On Tue, Apr 24, 2018 at 10:45 AM, jcbollinger wrote: > > > On Monday, April 23, 2018 at 10:34:56 AM UTC-5, empb...@gmail.com wrote:

[Puppet Users] concating a string from itself

2018-04-24 Thread Ryan Murphy
So I've hit a limitation in puppet where I can't modify a variable after its been set. how do I work around this. I have a manifest that I need to be able to build up a list of contacts based on certain facts about a server. Here is an example of my (non functioning) code? Can anyone give me

[Puppet Users] is anyone using winad module?

2018-04-24 Thread Jason McMahan
Is anyone using https://forge.puppet.com/shoneslab/winad -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this

[Puppet Users] Re: linux domain machines - cert error

2018-04-24 Thread jcbollinger
On Monday, April 23, 2018 at 10:34:56 AM UTC-5, empb...@gmail.com wrote: > > hello John, thanks for the answer!!! > > This problem only happens in linux machines that are in the domain, > because I have not yet tested on windows. > > Linux machines names in the test: > > - mint-client.mycompany.

Re: [Puppet Users] Re: Unable to run source using 'exec' resource

2018-04-24 Thread jcbollinger
Dear Justin, On Monday, April 23, 2018 at 9:49:34 AM UTC-5, Justin tim wrote: > > Hello John / Chris, > > First of all, I’d like to thank both of you for taking out time and > providing your valuable inputs on this topic. I am extremely sorry if my > query was not clear enough. > To whatever e