I'm trying to install python (via msi) onto a windows 2008R2 box. I'm using 
puppet 3.1 on the client, 3.0.2 on the puppet server. Here is my install.pp:

class python::install {
    package { 'python':
        ensure          => installed,
        provider        => 'msi',
        source          => 
'\\\\example.com\\software\\python\\python-2.7.3.amd64.msi',
        install_options => [ { 'INSTALLDIR' => 'C:\python27' }, { 
'ALLUSERS' => '1' } ],
    }
}

I can see the "msiexec" process running on the client, but it seems to run 
forever without installing anything.

Any help would be greatly appreciated!

-- 
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.


Reply via email to