GitXplorerGitXplorer
p

puppet-darwin

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
18cb87c9b16b949d907d1696c2dee78e2729d242

Fix check for app in app.

ppneff committed 15 years ago
Unverified
e38e6f24a0fd402a27a4024d68e90028bfc91066

Merge branch 'master' of git@dan.0100.ch:puppet

ppneff committed 15 years ago
Unverified
8cabe1355055e88dc85c687f924907ec0e6a0ea1

Fix appzip when an .app occurse within an .app directory.

ppneff committed 15 years ago
Unverified
54658d15f7f24d7836b25ac13dbf60d8d2ddd08a

Fix installation of raw pkg files.

ppneff committed 15 years ago
Unverified
c147ac520bbe28bc6da38c34d602c9455696f32d

pkgzip type: handle raw pkg files as well, use that for the graphviz

ppneff committed 15 years ago
Unverified
b89f9ac00c96127f0c6c18c003efb311eed12b08

Don't use pkgzip provider as default on Darwin.

ppneff committed 15 years ago

README

The README file for this repository.

This is a puppet module used for deployments on Mac OS X systems. It patches the appdmg and darwinport package providers. Additionally it offers two new providers appzip and pkgzip that handle special cases of application installation on the Mac.

Also it the darwin::defaults type to change default settings. Some examples for its usage are applied by default.

Dependencies:

Requires the puppet-common module: http://github.com/pneff/puppet-common. Alternatively you can replace the two calls to modules_dir and modules_file with the native puppet file type.