Revision 74cc9b999996135152a22987bc9a291ebb0c8e6b authored by Alexandros Kosiaris on 06 July 2017, 13:55:15 UTC, committed by Alexandros Kosiaris on 06 July 2017, 13:56:00 UTC
ORES seems to be using the MULTI command, which is unsupported by 
nutcracker. Reverting

This reverts commit d6c8c2cff45cd90bbf40406c23f6840da7cb7e3b.

Change-Id: Id515a148e88db4d515f9591bce5870f1fe90ee30
1 parent d6c8c2c
Raw File
.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