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
c7cbc97d
Commit
c7cbc97d
authored
Dec 17, 2020
by
James T. Lee
Browse files
puppet: Fix certname
parent
74a6c6ed
Pipeline
#159
passed with stage
in 34 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
amd64-server.haswell/Containerfile
amd64-server.haswell/Containerfile
+1
-1
No files found.
amd64-server.haswell/Containerfile
View file @
c7cbc97d
...
@@ -3,5 +3,5 @@ ARG FACTER_build
...
@@ -3,5 +3,5 @@ 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 sed -i 's/confine/#confine/' /usr/lib*/ruby/gems/*/gems/puppet-*/lib/puppet/provider/service/systemd.rb
RUN sed -i 's/confine/#confine/' /usr/lib*/ruby/gems/*/gems/puppet-*/lib/puppet/provider/service/systemd.rb
RUN puppet agent --test --logdir /var/log/puppet --rundir /var/run/puppet --vardir /var/lib/puppet --runtimeout 0; [ $? -eq 2 ]
RUN puppet agent --test
--certname ci
--logdir /var/log/puppet --rundir /var/run/puppet --vardir /var/lib/puppet --runtimeout 0; [ $? -eq 2 ]
CMD ["/bin/zsh"]
CMD ["/bin/zsh"]
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