Displaying 1 result from an estimated 1 matches for "mssql_rtwo_sptwo".
2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
...#39;ve got Package resource on my Windows machine that keeps creating itself
even though the package has been properly installed.
I''ve got the name attribute set to the DisplayName found in the Registry
for the package.
Every time the agent polls, I see in the Event Logs:
/Stage[main]/Mssql_rtwo_sptwo/Package[mssql2008r2sp2_exec]/ensure: created
This is what''s in my manifest:
package { ''mssql2008r2sp2_exec'':
ensure => installed,
name => ''SQL Server 2008 R2 SP2 Common Files'',
provider => windows,
so...