Good day,
We are working on a fresh roll out of puppet o our company.
We created a module to install an application but we quickly realized the 
application is not appearing in add remove programs. 
It was soon apparent that we could not check for the package name if it 
does not appear there.
Does anyone have suggestions for the best course of action? I read using a 
custom fact as one suggestions.

basically we are 

  package { 'client':
    name   => 'client',
    ensure => installed,
    source => '//path/file.exe',
   }
  service { 'client':
    name => 'client',
    ensure => running,
  }

I can see the system has the application, and the service is running but 
puppet resource package doesn't see it nor does add remove programs.
If I go into the registry under 
HKLM:Software\Microsoft\Windows\CurrentVersion\Uninstall\ {GUID} I see the 
application information here.

Any help or suggestions are greatly appreciated.

Thank you

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e7292ef8-6b9e-466c-bd33-9828b9c83d99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to