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
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