https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 23d43752d7bdf7b3163b2b41ef273827f1e63840 authored by Brandon Black on 02 March 2016, 16:45:45 UTC
role::cache::instances: all backends get all backends
Tip revision: 23d4375
.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