I use:
if ( $puppetversion != "3.3.1" ) {
  package { "Puppet 3.3.1":
     source =>  "\\\\software01\\autorepo\$\\Puppet\\puppet-3.3.1.msi",
     install_options => [ '/quiet', 
'/norestart','PUPPET_MASTER_SERVER=puppet.example.dk']
  }
}

to ensure a specific version on all windows hosts.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/52b6a517-3722-4930-83a4-fe740e7dea89%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to