Open dnas2 opened 7 years ago
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.
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.
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.