Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Stage 1
Commits
0fde7c30
Commit
0fde7c30
authored
Dec 17, 2020
by
James T. Lee
Browse files
Fix systemd provider; use Puppet exit codes
parent
6cc96cd9
Pipeline
#155
passed with stage
in 25 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
amd64-server.haswell/Containerfile
amd64-server.haswell/Containerfile
+2
-10
No files found.
amd64-server.haswell/Containerfile
View file @
0fde7c30
...
@@ -2,13 +2,5 @@ FROM nest/stage0:amd64-server.haswell
...
@@ -2,13 +2,5 @@ FROM nest/stage0:amd64-server.haswell
ARG FACTER_build
ARG FACTER_build
ARG FACTER_makeopts
ARG FACTER_makeopts
RUN git clone --depth=1 https://gitlab.james.tl/nest/gentoo/portage.git /var/cache/portage/gentoo
RUN git clone --depth=1 https://gitlab.james.tl/nest/gentoo/portage.git /var/cache/portage/gentoo
RUN puppet agent --onetime \
RUN sed -i 's/confine/#confine/' /usr/lib*/ruby/gems/*/gems/puppet-*/lib/puppet/provider/service/systemd.rb
--verbose \
RUN puppet agent --test --logdir /var/log/puppet --rundir /var/run/puppet --vardir /var/lib/puppet --runtimeout 0; [[ $? == 0 || $? == 2 ]]
--no-daemonize \
--no-splay \
--show_diff \
--certname ci \
--logdir /var/log/puppet \
--rundir /var/run/puppet \
--vardir /var/lib/puppet \
--runtimeout 0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment