Hey! I would like to be able of upgrade a windows application just copying 
the .msi file into a ../module/files directory, without having to modify 
any manifest.
Something like:

        file { 'C:\\files\\packages\\Package.msi':
          ensure          => present,
          source          => 
'puppet:///modules/SOME-MODULE/packages/Package.msi',
        }

        package { 'Package':
              ensure          => installed,
              provider        => 'windows',
              source    => 'C:\\files\\packages\\Package.msi',
        }

The main problem I'm facing is to tell Puppet to install the latest 
version, without defining the specific package. I would like to do 
something like "version => latest".

Any ideas on where to begin?

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

Reply via email to