Revision c471d886359f5b503d4824a14f804c5e91a2e86e authored by Emanuele Rocca on 07 June 2017, 12:43:51 UTC, committed by Ema on 07 June 2017, 12:59:49 UTC
Trusty systems do not create /etc/modules-load.d/ but the kmod upstart
job parses it. Ensure the directory exists on Trusty.

Change-Id: I8dd4478de35c0eb222ea2459236fddfba51be5d2
1 parent efca51c
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