ld not add CSWcommon.
On Jul 14, 12:12 pm, Nan Liu wrote:
> On Wed, Jul 14, 2010 at 12:47 PM, tehcook wrote:
> > I'm having similar issues with Blastwave. It does not complain about
> > anything and even says that package was updated. Still after the
> > puppet run package i
I'm having similar issues with Blastwave. It does not complain about
anything and even says that package was updated. Still after the
puppet run package is at the old rev.
package { "puppet":
ensure => latest,
provider => "blastwave",
require => P
I'm using blastwave package provider to keep puppet up to date. But it
does not seem to actually update packages. Puppetd does report that
package version was changed to the latest available, but after that
pkg-get and pkginfo still show old version installed. Are there any
tricks with pkg-get I'm
On Jun 23, 6:38 am, Joe McDonagh wrote:
> On 06/22/2010 08:32 PM, tehcook wrote:
>
> > Hi
>
> > New to the puppet. I'm trying to make a user management module
> > "users", which has one definition and a bunch of classes. Here is my
> > structure u
Hi
New to the puppet. I'm trying to make a user management module
"users", which has one definition and a bunch of classes. Here is my
structure under $modulepath :
users/manifests/classes/evergent.pp
users/manifests/classes/admins.pp
users/manifests/classes/list.pp
users/manifests/classes/outsid