On Mac OS X:
- Install puppet 3.0.2, facter 1.6.17 and hiera 1.1.2
- create /etc/puppet/puppet.conf
- configure launchd puppet daemon
- initial puppet run
Thumbs.db | |
.Trash | |
# Exclude the build directory | |
build | |
# Exclude OS X folder attributes | |
.DS_Store | |
# Exclude user-specific XCode 3 and 4 files |
#!/usr/bin/env bash | |
bash -s 1.7.1 3.2.1 / < <(curl -s https://raw.github.com/gist/5672046/install_puppet_mac.sh) | |
bash -s < <(curl -s https://raw.github.com/gist/5038571/install_cli.sh) | |
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
brew doctor |
On Mac OS X: