Re: [Puppet Users] allowcdrom

2010-11-30 Thread Nan Liu
On Tue, Nov 30, 2010 at 8:30 AM, dragonfly wrote: > Hi, I am a new Puppet user and I have the following question.  On > Debian I created the following recipe: > > class ntpdate { > >        package { ["ntpdate"]: >                ensure => installed > } > > } > > > However, I had forgotten that my

[Puppet Users] allowcdrom

2010-11-30 Thread dragonfly
Hi, I am a new Puppet user and I have the following question. On Debian I created the following recipe: class ntpdate { package { ["ntpdate"]: ensure => installed } } However, I had forgotten that my sources.list contained a reference to the cdrom, so it failed. Rathe