Skip to content

Commit

Permalink
RUN rm -f /etc/puppetlabs/code/modules/
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoiroux committed May 13, 2024
1 parent 5737f24 commit 62b34f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion puppet/debian11-bullseye-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -f /etc/puppetlabs/code/modules/
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
2 changes: 1 addition & 1 deletion puppet/debian11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -f /etc/puppetlabs/code/modules/
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
2 changes: 1 addition & 1 deletion puppet/debian12-bookworm-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -f /etc/puppetlabs/code/modules/
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
2 changes: 1 addition & 1 deletion puppet/debian12-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get upgrade -y
RUN apt-get autoremove -y
RUN apt-get autoclean -y
RUN rm -rf /var/lib/apt/lists/*
RUN rm -f /etc/puppetlabs/code/modules/
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 62b34f7

Please sign in to comment.