Heads up to those using the "apt" module from puppetlabs. Today, apt-3.0.0 was released:
https://forge.puppet.com/puppetlabs/apt/changelog >From the changelog: "If you're still running Puppet 3, remain on the latest puppetlabs-apt 2.x release for now, and see the documentation to upgrade to Puppet 4." If you attempt to use apt 3.0.0, puppet apply will fail like this: Error: Evaluation Error: Error while evaluating a Function Call, Must pass update_defaults to Class[Apt] at /home/ubuntu/bigtop.release/bigtop-1.2.0/bigtop-deploy/puppet/manifests/site.pp:50:8 on node juju-8d1ef7-12.lxd Install the latest 2.x module like this: $ sudo puppet module install puppetlabs-apt --version 2.4.0 Thanks, -Kevin
