re: change from absent to present failed: Failed
to install: The network name cannot be found.
debug: /Schedule[puppet]: Skipping device resources because running on a
host
debug: Finishing transaction 144106908
debug: Storing state
debug: Stored state in 0.06 seconds
notice: Finished catalog run in 88.79 seconds
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 rece
cannot be found.*
notice: Finished catalog run in 90.96 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:
Puppetm
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 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 l
r 2007 R2 Agent':
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