Try:
class python::install {
> package { 'python':
> ensure => installed,
> source => "\\\\example.com
> \\software\\python\\python-2.7.3.amd64.msi",
> install_options => [ { 'INSTALLDIR' => 'C:\python27' }, {
> 'ALLUSERS' => '1' } ],
> }
> }
>
>
p.s. with puppet 3 - provider should be windows - and should be so pr.
default.
notice that it HAS to be a valid UNC path - otherwise you could try to put
a file resource - to throw the msi to c:\temp f.ex. - and use that as UNC
path to package.
--
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.