I had to install the puppet stdlib module with:
puppet module install puppetlabs/stdliband that fixed the issue. It wasn't available in my /etc/puppet/modules. I'm not sure if its *supposed* to be installed by default. I'm running puppet 3.x and had upgraded from 2.7.
On Monday, January 28, 2013 5:27:04 PM UTC-5, Ryan Trinder wrote:
I noticed that puppet modules installs modules in /etc/puppet/modules, which is different than where I keep my modules. I added /etc/puppet/modules to the modulepath in puppet.conf, fixed the problem