Advertisement
strangeman

puppet 3.6.3 error

Jul 23rd, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. All good with 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall'
  2. All good with 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\AddressBook'
  3. ...many other lines with 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'...
  4. All good with 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{FA237125-51FF-408C-8BB8-30C2B3DFFF9C}'
  5.  
  6. Error with 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall'
  7. File specified cannot be found.
  8.  
  9. Error with 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall'
  10. File specified cannot be found.
  11.  
  12. package { 'Bacula':
  13. ensure => '5.0.2',
  14. }
  15. package { 'Hyper-V Integration Services (version 6.2.9200.16384)':
  16. ensure => '3.9200.16384',
  17. }
  18. package { 'Microsoft .NET Framework 2.0':
  19. ensure => 'installed',
  20. }
  21. package { 'Microsoft .NET Framework 2.0 Language Pack - RUS':
  22. ensure => 'installed',
  23. }
  24. package { 'Puppet':
  25. ensure => '3.6.2',
  26. }
  27. package { 'Windows Internet Explorer 8':
  28. ensure => '20090308.140743',
  29. }
  30. ...other packages...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement