Getting latest build of Puppet agent for ARM

puppet

Im planning to use Puppet to maintain 100-1000 ARM based Debian machines for a multi-year study. The puppet 'master' system has v3.3 (obtained via yum on CentOS 6.4). The client systems are on v 2.6 (via apt-get on Debian 6). I need to update these to get the latest Facter, etc.

I tried to add the puppet labs repository (apt.puppetlabs.com) but when I go to install I'm told there are no ARM binaries available. Same if I download the appropriate .DEB files and try dpkg -i with them.

What are my options for getting this update?

Best Answer

How about installing from the gem package? See here.

Related Topic