Hi,

I managed to get SQL server 2008 R2 install with puppet by using the 
puppet windows_package module 


https://forge.puppetlabs.com/reidmv/windows_package 
(now builtin to puppet 3.4.2 )




class windows_package {
  
   windows_package { 'Microsoft SQL Server 2008 R2 (64-bit)':
          ensure          => installed,
         source          => '\\myfileserver\Install\SQL Server 2008 R2
\Developer Edition with SP2\setup.exe',
          install_options =>
['/q', '/SAPWD="password"', '/configurationfile=\\myfileserver\Install\SQL 
Server 2008 R2\Developer Edition with SP2\ConfigurationFile.ini'],
        
               
        }
}


This installs succesfully, but i need to add the reboot module as SQL 
won't install if the machine is pending a reboot.

I would also like to test the new exit code in the later version of sql.




Thanks

Helen





-- 
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/loom.20140116T150544-989%40post.gmane.org.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to