[Puppet Users] Can Windows environment variables be referenced by 'exec'

2015-10-09 Thread Leroy Tennison
Puppet v3.4.3 What I was specifically hoping to do was: exec { 'test' : command => "%comspec% /c (a Windows command-line program with parameters)", } to avoid having to determine where Windows was installed. Although 'puppet parser vaildate init.pp' doesn't return an error the client agent

[Puppet Users] Re: Can Windows environment variables be referenced by 'exec'

2015-10-12 Thread Leroy Tennison
Thanks for the replies, learned more than I imagined. On Friday, October 9, 2015 at 2:53:47 PM UTC-5, Leroy Tennison wrote: > > Puppet v3.4.3 > > What I was specifically hoping to do was: > > exec { 'test' : > > command => "%comspec% /c (a Wi

[Puppet Users] Puppet deployment of anti-virus

2015-10-13 Thread Leroy Tennison
Working on a new implementation and just beginning investigation of managing anti-virus deployment by Puppet. At this point even the selection of an anti-virus is open. I'm looking for feedback on any particularly good or bad experiences with the deployment aspect of particular anti-virus pro