https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 88b1e1d337ba11db861f2463b04217faa6e6f69e authored by Andrew Otto on 17 May 2017, 09:32:27 UTC
Add kafka_version parameter, s/java_packaage/java_home/ in confluent::kafka::client
Tip revision: 88b1e1d
.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