Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoiroux committed May 13, 2024
1 parent 62b34f7 commit 6b70cce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions puppet/debian11-bullseye-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf /etc/puppetlabs/code/modules/
RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
# RUN rm -rf /etc/puppetlabs/code/modules/
# RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
RUN gem install librarian-puppet
RUN ln -s /usr/local/bin/librarian-puppet /opt/puppetlabs/puppet/bin/librarian-puppet

Expand Down
4 changes: 2 additions & 2 deletions puppet/debian11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf /etc/puppetlabs/code/modules/
RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
# RUN rm -rf /etc/puppetlabs/code/modules/
# RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
RUN gem install librarian-puppet
RUN ln -s /usr/local/bin/librarian-puppet /opt/puppetlabs/puppet/bin/librarian-puppet

Expand Down
4 changes: 2 additions & 2 deletions puppet/debian12-bookworm-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf /etc/puppetlabs/code/modules/
RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
# RUN rm -rf /etc/puppetlabs/code/modules/
# RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
RUN gem install librarian-puppet
RUN ln -s /usr/local/bin/librarian-puppet /opt/puppetlabs/puppet/bin/librarian-puppet

Expand Down
4 changes: 2 additions & 2 deletions puppet/debian12-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf /etc/puppetlabs/code/modules/
RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
# RUN rm -rf /etc/puppetlabs/code/modules/
# RUN ln -s /etc/puppet/modules /etc/puppetlabs/code/
RUN gem install librarian-puppet
RUN ln -s /usr/local/bin/librarian-puppet /opt/puppetlabs/puppet/bin/librarian-puppet

Expand Down

0 comments on commit 6b70cce

Please sign in to comment.