Created
January 22, 2014 14:08
-
-
Save zipkid/8559295 to your computer and use it in GitHub Desktop.
puppet-gitlab install issue....
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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