Skip to content

digglife/puppet-flashplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flashplayer

Puppet module for automatically updating flash player with a self-established internal distribution server.


How to Use

You have to establish a distribution server first. For detailed How-To, please refer to section Performing a background update under Chapter 3 of administration guide.

class { 'flashplayer':
  server => 'example.domain.com',
  cert_base64_string => 'base64 string',
  installer_source => '\\10.1.1.111\flash'
}

Custom Facts

flash => { "npapi"=>"19.0.0.226", "activex"=>nil, "installed"=>true }

Explain:

installed => if any kind of flash plugin is installed, return true, else return false.

npapi     => if NPAPI plugin is installed, return the detailed version number, else return nil.

activex   => if ActiveX plugin is installed, return the detailed version number, else return nil.

About

🔦 Puppet Module for Deploying Updates of Adobe Flash Player

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published