This might not be related to Puppet but it seems that the installation
process hangs. I have tried this configuration on an empty w2008r2 VM.
file { $pkg:
ensure => present,
name => 'C:\Temp\Git-1.8.1.2-preview20130201.exe',
source => 'puppet:///puppetfs/Git-1.8.1.2-preview20130201.exe',
mode => '0755',
before => Exec[$pkg]}
exec { $pkg:
creates => 'C:\Program Files (x86)\Git\bin',
command => 'C:\Windows\sysnative\cmd.exe /c
"C:\Temp\Git-1.8.1.2-preview20130201.exe /silent"',
logoutput => true,
timeout => 900}
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.