Version information
released Mar 30th 2014
Start using this module
Add this module to your Puppetfile:
mod 'skoblenick-asepsis', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
skoblenick/asepsis — version 0.1.0 Mar 30th 2014
Puppet Module - Asepsis
Installs Asepsis for OS X. Asepsis is a system utility for prevention of .DS_Store files. For more information visit: asepsis.binaryage.com
Supported Platforms:
- Darwin
Examples
Install Asepsis 1.4:
class {'asepsis': }
Install specific version of Asepsis:
class {'asepsis':
version => '1.4',
}
License
puppet-asepsis is distributed under the UNLICENSE license. For details, see: http://unlicense.org/
2014-03-30 - Ryan Skoblenick ryan@skoblenick.com - 0.1.0
- Initial version
Dependencies
- puppetlabs/stdlib (>=4.1.0)