Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.sh can't install puppet-agent #2

Open
dnas2 opened this issue Oct 28, 2017 · 2 comments
Open

setup.sh can't install puppet-agent #2

dnas2 opened this issue Oct 28, 2017 · 2 comments
Assignees

Comments

@dnas2
Copy link
Contributor

dnas2 commented Oct 28, 2017

There isn't a 64-bit ARM binary for puppet-agent (any longer?) in the main raspbian repo, nor in apt.puppetlabs.com, so everything fails.

@rmc47
Copy link
Member

rmc47 commented Oct 28, 2017

  1. What version of Raspbian are you using? (Output of lsb_release -a)

  2. What happens if you just run apt-get install puppet?

https://packages.debian.org/stretch/puppet implies puppet is available for Debian Stretch, but that might not have been taken downstream.

@dnas2
Copy link
Contributor Author

dnas2 commented Oct 29, 2017

Sorry - I filed this issue more as a note to ourselves that we need to investigate, rather than as a formal bug report I needed immediate help with. I built the B Pi manually rather than spending too much time fiddling. Anyway:

  1. Raspbian Stretch
  2. apt-get install puppet succeeds but the following lines in setup.sh (which all reference /opt/puppetlabs/bin/puppet) fail with a 'path not found'
    whereis puppet pointed to /usr/bin/puppet, so I did try modifying the setup.sh lines with that path, but that didn't work either.

Also, just for the record, I did try adding deb apt.puppetlabs.com stretch main and dependencies to /etc/apt/sources.list but there wasn't a puppet-agent there either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants