https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 180dd6412d8604a5444733b53d0d733cb15f49e5 authored by Andrew Otto on 24 September 2015, 14:06:33 UTC
Install php5-curl on statistics compute node (stat100[23])
Tip revision: 180dd64
.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

# Jetbrain's IDEA editor settings
/.idea
back to top