Hello all,

i'm having a few issues whilst trying to install 2 different msi packages 
and getting the same error and was wondering if anyone could shed some 
light on where i'm going wrong:-


class roles::base::ntsyslog {

file { 'C:/Installs/NTSyslog2.msi':
source               => 'puppet:///modules/roles/NTSyslog2.msi',
mode                 => '0770',
owner                => 'SYSTEM',
group                => 'Administrators',
}

package { 'NTSyslog':

ensure                            => installed,
provider                          => 'msi',
source                            => 'C:/Installs/NTSyslog2.msi',
}

}

also getting the same error when trying this msi, 

class roles::base::trend_av_agent {

file { 'C:/Installs/Trend_AV_Agent.msi':
source               => 'puppet:///modules/roles/Trend_AV_Agent.msi',
mode                 => '0770',
owner                => 'SYSTEM',
group                => 'Administrators',
}


package { 'Trend Micro OfficeScan Client':

ensure                            => installed,
provider                          => 'msi',
source                            => 'C:/Installs/Trend_AV_Agent.msi',
}

}



Regards

James

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to