-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated hiera functions - replace stdlib validation functio…
…ns with puppet data types
- Loading branch information
Showing
11 changed files
with
172 additions
and
358 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,2 @@ | ||
FROM ruby:2.1-alpine | ||
MAINTAINER Tobias Brunner <[email protected]> | ||
|
||
ENV PUPPET_VERSION "~> 3.8.0" | ||
RUN apk add --no-cache git bash alpine-sdk && \ | ||
adduser -S puppet && \ | ||
mkdir /home/puppet/gitlab && \ | ||
chown -R puppet /home/puppet | ||
|
||
WORKDIR /home/puppet/gitlab | ||
COPY Gemfile /home/puppet/gitlab | ||
|
||
#USER puppet | ||
RUN bundle install --without development system_tests | ||
FROM sonarsource/local-travis | ||
ADD . /home/travis |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.