Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created January 22, 2014 14:08
Show Gist options
  • Save zipkid/8559295 to your computer and use it in GitHub Desktop.
Save zipkid/8559295 to your computer and use it in GitHub Desktop.
puppet-gitlab install issue....
Debug: Exec[install gitlab](provider=posix): Executing check 'bundle check'
Debug: Executing 'bundle check'
Debug: /Stage[main]/Gitlab::Install/Exec[install gitlab]/unless: Gemfile syntax error:
Debug: /Stage[main]/Gitlab::Install/Exec[install gitlab]/unless: /home/git/gitlab/Gemfile:20: syntax error, unexpected ':', expecting $end
Debug: /Stage[main]/Gitlab::Install/Exec[install gitlab]/unless: gem "mysql2", group: :mysql
Debug: /Stage[main]/Gitlab::Install/Exec[install gitlab]/unless: ^
Debug: Exec[install gitlab](provider=posix): Executing 'bundle install --without development aws test postgres --deployment'
Debug: Executing 'bundle install --without development aws test postgres --deployment'
Notice: /Stage[main]/Gitlab::Install/Exec[install gitlab]/returns: Gemfile syntax error:
Notice: /Stage[main]/Gitlab::Install/Exec[install gitlab]/returns: /home/git/gitlab/Gemfile:20: syntax error, unexpected ':', expecting $end
Notice: /Stage[main]/Gitlab::Install/Exec[install gitlab]/returns: gem "mysql2", group: :mysql
Notice: /Stage[main]/Gitlab::Install/Exec[install gitlab]/returns: ^
Error: bundle install --without development aws test postgres --deployment returned 4 instead of one of [0]
Error: /Stage[main]/Gitlab::Install/Exec[install gitlab]/returns: change from notrun to 0 failed: bundle install --without development aws test postgres --deployment returned 4 instead of one of [0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment