Im trying to install the SCOMAgent.msi on Windows Server 2008 R2 with 
puppet version 2.7.19

I try this code and get the error "change from absent to present failed: 
Failed to install: The network name cannot be found.":

        package {'System Center Operations Manager 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 me?

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 an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to