Re: [Puppet Users] Passing Powershell Variables into Puppet manifest

2016-01-07 Thread Rob Reynolds
On Tue, Oct 27, 2015 at 10:27 AM, wrote: > Hi all > > Im having difficulty passing powershell variables into Puppet, while using > the Powershell module. > > What I need to achieve is this in powershell. It is basically a script > that executes a check to see if a windows module is installed, and

[Puppet Users] Passing Powershell Variables into Puppet manifest

2015-10-27 Thread tom . swaby
Hi all Im having difficulty passing powershell variables into Puppet, while using the Powershell module. What I need to achieve is this in powershell. It is basically a script that executes a check to see if a windows module is installed, and if not, copies it from a source directory. *This