Skip to content

Commit c78059d

Browse files
committed
doc: Stop manually installing sshkeys-core
This is now installed with Puppetfile as the Debian packaged Puppet agent no longer includes it.
1 parent aa18d5e commit c78059d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/octodiff-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script=" \
77
echo 'Launching debian container...' && \
88
echo 'Installing packages...' && \
99
apt-get update -qq && \
10-
DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes apt-get install -y -qq git octocatalog-diff puppet-agent puppet-module-puppetlabs-sshkeys-core g10k > /dev/null && \
10+
DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes apt-get install -y -qq git octocatalog-diff puppet-agent g10k > /dev/null && \
1111
cd /infrastructure-puppet && \
1212
patch -u /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-diff/filter/compilation_dir.rb bin/patches/octocatalogdiff_issue261_compilationdir.rb.patch && \
1313
git config --global --add safe.directory /infrastructure-puppet && \

doc/puppet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ Alternatively, you can install octocatalog-diff yourself:
198198
```
199199
git
200200
puppet-agent
201-
puppet-module-puppetlabs-sshkeys-core
202201
g10k
203202
```
204203
* Provide your username and passwowrd via the environment:

0 commit comments

Comments
 (0)