On Aug 1, 2013 12:56 AM, "Josh Cooper" <[email protected]> wrote: > > > > > On Wed, Jul 31, 2013 at 6:22 AM, <[email protected]> wrote: >> >> Hi Josh, >> >>> On Sun, Jul 28, 2013 at 1:03 PM, <[email protected]> wrote: >>>> >>>> <snip> >>> >>> I don't have a time estimate, other than to say that we are working on a set of improvements to file system management, including NTFS ACLs, symlinks, and some bug fixes, and it's one of our top priorities, along with powershell and reboot support. >> >> >> That's amazing news. Powershell support alone would be killer - I had to wrap nearly my entire universe with cmd.exe to make like easier - to the point of writing a shared module for this pain. Powershell can't come fast enough :) > > > I have a powershell provider here: http://forge.puppetlabs.com/joshcooper/powershell. And as of puppet 3.2, that the module tool supports windows, so you can do: > > C:\>puppet module install joshcooper-powershell > C:\>puppet apply -e "exec { 'Write-Host hello': provider=> powershell, logoutput => true }" > Notice: /Stage[main]//Exec[Write-Host hello]/returns: hello > Notice: /Stage[main]//Exec[Write-Host hello]/returns: executed successfully > > We've recently made some improvements around powershell invocation. See https://github.com/joshcooper/puppetlabs-powershell/issues for more info. > > Josh > > -- > Josh Cooper > Developer, Puppet Labs
Fantastic thank you! I'm going to bang on this next week. Cheers, --c Chayim Kirshen Founder, Lyrical Software @lyricaldevops > > Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 > Register now and take advantage of the Final Countdown discount - save 15%! > > -- > You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/yKZAWODowGA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
