Skip to content

Instantly share code, notes, and snippets.

@baurmatt
Created August 20, 2018 11:34
Show Gist options
  • Save baurmatt/44c46780d6e661325c2bd1c73533d246 to your computer and use it in GitHub Desktop.
Save baurmatt/44c46780d6e661325c2bd1c73533d246 to your computer and use it in GitHub Desktop.
Puppet rspec error "Could not find the daemon directory" - Gitlab-CI Config
fail2ban-rspec:
image: ruby:2.4
script:
- apt update
- apt -y install make gcc ruby ruby-dev ruby-bundler
- cd modules/fail2ban
- bundle -v
- rm Gemfile.lock || true
- gem update --system
- gem update bundler
- gem --version
- bundle -v
- bundle install
- bundle exec rake spec
tags:
- shared
- small
- multi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment