Commit 3304b28f authored by James T. Lee's avatar James T. Lee
Browse files

puppet: Use 'main' environment

parent f41cb68b
Pipeline #284 passed with stage
in 17 minutes and 49 seconds
......@@ -5,7 +5,7 @@ ARG FACTER_emerge_default_opts
ARG FACTER_makeopts
RUN eix-sync -q
RUN FACTER_build=stage1 puppet agent --test --certname ci --logdir /var/log/puppet --rundir /var/run/puppet --vardir /var/lib/puppet --runtimeout 0; [ $? -eq 2 ]
RUN FACTER_build=stage1 puppet agent --test --certname ci --environment main --logdir /var/log/puppet --rundir /var/run/puppet --vardir /var/lib/puppet --runtimeout 0; [ $? -eq 2 ]
RUN rm -rf /var/db/repos
CMD ["/bin/zsh"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment