https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: c89cdc5df0becd9db0dc065ea075e02d1750b3c1 authored by Ori Livneh on 28 July 2014, 05:17:45 UTC
Nutcracker: move declaration to role::mediawiki; parametrize
Tip revision: c89cdc5
.gitignore
# Puppet's repository shouldn't have any editor backup files
*~

# Ignore .project (for eclipse/geppetto)
.project

# vim swap files are unwanted
*.swp

# Compiled Python files are useless
*.pyc

/private/

# Automatically generated documentation:
/doc/*
!/doc/README

# ctags generated file (see `rake tags`)
/tags

# local ruby configuration
/.rbenv-version

# python venv wrapper
/.tox
back to top