https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: d3a9bd06a41cb8ece054826619c299f05d35360f authored by Marko Obrovac on 14 July 2016, 16:17:33 UTC
service::node: Output std out/err to a file
Tip revision: d3a9bd0
.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
/*.iml
back to top