Actually, debian backports has a dmidecode. So facter will apt-get install if you add backports.
echo "deb http://ftp.debian.org/debian wheezy-backports main" >> /etc/apt/sources.list.d/backports.list apt-get update apt-get install facter The amusing chicken-and-egg, of course, is that once you've kludged the backports list in long enough to install facter, you can now actually use the puppet module tool to add puppetlabs-apt to your setup .. and then just include apt::backports. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/86db9e5a-f7b1-49d5-bb9a-210ef1d716ee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
