Forgive a newbie question, but... I would like to plug in a USB key
that has a base install of Debian + Puppet into a machine, and use
Puppet to provision the key from a central server. What have have tried
has not worked, and I'm hoping someone can point out my problem.
-----------------------------------
In site.pp:
node 'foobar.vanderbilt.edu' {
include provision_usb_key
}
In classes/provision_usb_key.pp:
class provision_usb_key {
package { "plover":
ensure => latest
}
}
-----------------------------------
I had thought this would detect whether the latest version of the
"plover" package was installed, and otherwise use apt to
download/install the package.
However, when I run puppetd on the client with debugging, the debugging
log shows nothing happening.
Can someone enlighten me? Muchos gracias!
Mat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---