Version information
released May 5th 2017
Start using this module
Add this module to your Puppetfile:
mod 'shrank-osx_installer', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
shrank/osx_installer — version 0.1.1 May 5th 2017
osx_installer
install VLC from DMG file
osx_installer {"VLC-1.2.3.dmg": mode => "copy", #copy app from DMG to /Applications source =>/var/pkg/, ensure=>"installed", }
install Subversion(from WANdisco)
osx_installer {"Subversion-1.2.3.dmg": mode => "pkg", #open DMG and install PKG file source =>/var/pkg/, ensure=>"installed", }
Dependencies
- puppetlabs-stdlib (>= 1.0.0)