[Puppet Users] Re: Installing MSI failed with errror: The network name cannot be found.

2013-07-26 Thread tinu
of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml) debug: report supports formats: b64_zlib_yaml raw yaml; using b64_zlib_yaml Tinu -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving

[Puppet Users] Re: Installing MSI failed with errror: The network name cannot be found.

2013-07-25 Thread tinu
seconds Press any key to continue . . . In my node, I have already a declaration for this class as *class { 'services::scomagent': } *and I can install this MSI with the *exec*. * * We have the following puppet versions: Puppetmaster = 2.7.18 Puppet Agent = 2.7.19 Any other ideas? Tinu -- You

[Puppet Users] How can I read registry values?

2013-07-25 Thread tinu
I should read the values of some registry keys like 'HKLM\SOFTWARE\Puppet\WCM\Initial_Setup'. How can I do this? Thanx Tinu -- 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

[Puppet Users] Re: Installing MSI failed with errror: The network name cannot be found.

2013-07-23 Thread tinu
This manifest get the error above. class services::scomagent ( $install_source = 'puppet:///modules/services/MOMAgent.msi', $msi_source = 'C:\Install\MOMAgent.msi', $msi_install_dir = 'C:\\Program Files\\System Center Operations Manager 2007', $msi_package_name = System Center

[Puppet Users] Re: Installing MSI failed with errror: The network name cannot be found.

2013-07-22 Thread tinu
puppet apply --debug scomagent.pp: info: Loading facts in C:/ProgramData/PuppetLabs/puppet/var/lib/facter/defaultgateway.rb info: Loading facts in C:/ProgramData/PuppetLabs/puppet/var/lib/facter/networkadapters.rb warning: Deprecation notice: Resource references should now be capitalized on

[Puppet Users] Installing MSI failed with errror: The network name cannot be found.

2013-07-18 Thread tinu
': ensure= installed, provider = 'msi', source= 'C:\Install\MOMAgent.msi', } if I use a command line like 'msiexec /i C:\Install\MOMAgent.msi' the scom agent will be installed. Can anyone help me? Thanx tinu -- You received this message because you