Skip to content

Instantly share code, notes, and snippets.

View pingwinator's full-sized avatar
📱
iOS Software Engineer

Vasyl Liutikov pingwinator

📱
iOS Software Engineer
View GitHub Profile
@pingwinator
pingwinator / .gitignore
Last active December 16, 2015 03:39 — forked from dev4dev/.gitignore
Thumbs.db
.Trash
# Exclude the build directory
build
# Exclude OS X folder attributes
.DS_Store
# Exclude user-specific XCode 3 and 4 files
@pingwinator
pingwinator / first_run.sh
Last active December 14, 2015 05:49
1 - install last version for puppet (3.1.0) 2 - install xcode command line tools 3 - install homebrew usage bash -s < <(curl -s https://raw.github.com/gist/5038571/first_run.sh)
#!/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:

  • 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