https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: dbe5108b64367a8b08f496d5dd0c69cf2285f870 authored by Jaime Crespo on 17 August 2017, 15:19:55 UTC
mariadb: Allow individual instances to configure its innodb BPS
Tip revision: dbe5108
.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 and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns

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

# local ruby configuration
/.rbenv-version
/Gemfile.lock

# python venv wrapper
/.tox

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