Hey everyone,
I'm installing cisco fireamp via puppet, it works but every half hour it tries to install it again which fills up my cisco amp log with lots of failed installations.
How can i tel puppet to install it only when it's not present? or some kind of versioning..
package { 'Fireamp':
ensure => 'installed',
source => '//server/PublishedSoft/Protect_FireAMPSetupV3.exe',
install_options => ['/S'],
}
↧